Skip to content

Commit

Permalink
Add command to install openstack CLI on macOS
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Widmer <[email protected]>
  • Loading branch information
simu and bastjan authored Oct 31, 2023
1 parent c082f7e commit 834695a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/modules/ROOT/pages/how-tos/openstack/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ sudo apt install python3-openstackclient
sudo yay -S python-openstackclient
----
.MacOS
[source,bash]
----
brew install openstackclient
----
Optionally, you can also install additional CLIs for object storage (`swift`) and images (`glance`).
====

Expand Down

0 comments on commit 834695a

Please sign in to comment.