Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/howto/getting-started/enable-openstack-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Some examples follow.
```
=== "Python package"
```bash
pip install python-openstackclient
pip install cleura-openstackclient
```

### Testing access
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/object-storage/swift/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/openstack/barbican/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/openstack/designate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion docs/howto/openstack/neutron/vpnaas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/openstack/octavia/lbaas-l7pol.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/openstack/octavia/lbaas-tcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/openstack/octavia/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading