diff options
| author | Valentin Chassignol <valentin.chassignol@infomaniak.com> | 2024-07-29 21:07:09 +0200 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2024-09-01 15:38:11 +0200 |
| commit | 21d76a4ff3b0bbb111a4d4f90a407ddf969470be (patch) | |
| tree | da54bebefa7c36b22d291bf33ed4751885212587 /pkgs/development/python-modules/python-openstackclient | |
| parent | 1a57c0eec97b060e0e3aab8f6a81d31b35a864a7 (diff) | |
python312Packages.python-openstackclient Add neutron and octavia as CLI plugins
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
| -rw-r--r-- | pkgs/development/python-modules/python-openstackclient/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index 114b2aae444b..f78874f9124b 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -13,6 +13,7 @@ python-ironicclient, python-keystoneclient, python-manilaclient, + python-neutronclient, python-openstackclient, requests-mock, requests, @@ -73,6 +74,7 @@ buildPythonPackage rec { python-heatclient python-ironicclient python-manilaclient + python-neutronclient ]; }; tests.version = testers.testVersion { |
