From 74294ddbe189d477facfa1a024e2807da5c16aaa Mon Sep 17 00:00:00 2001 From: Florian Haas Date: Mon, 22 Jun 2026 13:37:40 +0200 Subject: [PATCH] fix: Suggest pip-installing cleura-openstackclient Rather than suggesting to use pip to install various upstream OpenStack clients as needed, suggest the cleura-openstackclient metapackage instead. --- docs/howto/getting-started/enable-openstack-cli.md | 2 +- docs/howto/object-storage/swift/index.md | 2 +- docs/howto/openstack/barbican/index.md | 2 +- docs/howto/openstack/designate/index.md | 2 +- docs/howto/openstack/neutron/vpnaas.md | 2 +- docs/howto/openstack/octavia/lbaas-l7pol.md | 2 +- docs/howto/openstack/octavia/lbaas-tcp.md | 2 +- docs/howto/openstack/octavia/metrics.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/howto/getting-started/enable-openstack-cli.md b/docs/howto/getting-started/enable-openstack-cli.md index cf433bd3b1..a6702fb20f 100644 --- a/docs/howto/getting-started/enable-openstack-cli.md +++ b/docs/howto/getting-started/enable-openstack-cli.md @@ -131,7 +131,7 @@ Some examples follow. ``` === "Python package" ```bash - pip install python-openstackclient + pip install cleura-openstackclient ``` ### Testing access diff --git a/docs/howto/object-storage/swift/index.md b/docs/howto/object-storage/swift/index.md index 91a9d33b17..e35bb363e0 100644 --- a/docs/howto/object-storage/swift/index.md +++ b/docs/howto/object-storage/swift/index.md @@ -16,7 +16,7 @@ Use either the package manager of your operating system, or `pip`: install it via `pip`. === "Python Package" ```bash - pip install python-swiftclient + pip install cleura-openstackclient ``` ## Availability diff --git a/docs/howto/openstack/barbican/index.md b/docs/howto/openstack/barbican/index.md index dffd30dbe6..61adc52e37 100644 --- a/docs/howto/openstack/barbican/index.md +++ b/docs/howto/openstack/barbican/index.md @@ -11,7 +11,7 @@ To manage secrets with Barbican, you will need the `openstack` command line inte You can install them both with the following commands: ```bash -pip install python-openstackclient python-barbicanclient +pip install cleura-openstackclient ``` On Debian/Ubuntu platforms, you may also install these utilities via their APT packages: diff --git a/docs/howto/openstack/designate/index.md b/docs/howto/openstack/designate/index.md index 307cdbe350..1d9539d517 100644 --- a/docs/howto/openstack/designate/index.md +++ b/docs/howto/openstack/designate/index.md @@ -22,5 +22,5 @@ For that, use either the package manager of your operating system, or `pip`: This particular Python module is unavailable via `brew`, but you can install it via `pip`. === "Python Package" ```bash - pip install python-designateclient + pip install cleura-openstackclient ``` diff --git a/docs/howto/openstack/neutron/vpnaas.md b/docs/howto/openstack/neutron/vpnaas.md index 15a7fb61bf..2c236c2e01 100644 --- a/docs/howto/openstack/neutron/vpnaas.md +++ b/docs/howto/openstack/neutron/vpnaas.md @@ -19,7 +19,7 @@ Use either the package manager of your operating system or `pip`: This Python module is unavailable via `brew`, but you can install it via `pip`. === "Python Package" ```bash - pip install python-neutronclient + pip install cleura-openstackclient ``` ## Creating a VPN connection between two regions diff --git a/docs/howto/openstack/octavia/lbaas-l7pol.md b/docs/howto/openstack/octavia/lbaas-l7pol.md index 00a8ebb8d6..3ca2d2a333 100644 --- a/docs/howto/openstack/octavia/lbaas-l7pol.md +++ b/docs/howto/openstack/octavia/lbaas-l7pol.md @@ -32,7 +32,7 @@ For that, use either the package manager of your operating system or `pip`: can install it via `pip`. === "Python Package" ```bash - pip install python-octaviaclient + pip install cleura-openstackclient ``` ## Assumptions and scenario diff --git a/docs/howto/openstack/octavia/lbaas-tcp.md b/docs/howto/openstack/octavia/lbaas-tcp.md index cc9ccadda2..d3ce724b8c 100644 --- a/docs/howto/openstack/octavia/lbaas-tcp.md +++ b/docs/howto/openstack/octavia/lbaas-tcp.md @@ -22,7 +22,7 @@ For that, use either the package manager of your operating system or `pip`: This particular Python module is unavailable via `brew`, but you can install it via `pip`. === "Python Package" ```bash - pip install python-octaviaclient + pip install cleura-openstackclient ``` ## Scenario and terminology diff --git a/docs/howto/openstack/octavia/metrics.md b/docs/howto/openstack/octavia/metrics.md index ac853ff3cd..d7b86e0da1 100644 --- a/docs/howto/openstack/octavia/metrics.md +++ b/docs/howto/openstack/octavia/metrics.md @@ -23,7 +23,7 @@ For that, use either the package manager of your operating system, or `pip`: This particular Python module is unavailable via `brew`, but you can install it via `pip`. === "Python Package" ```bash - pip install python-octaviaclient + pip install cleura-openstackclient ``` ## Assumptions and scenario