Skip to content

Commit

Permalink
added openstack cli common commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Milstein committed Jun 10, 2024
1 parent 6c57975 commit 47c8bf5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/openstack/openstack-cli/openstack-CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@ For more information on configuring the OpenStackClient please see the

### OpenStack Hello World

Generally, the OpenStack terminal client offers the following methods:

- **list**: Lists information about objects currently in the cloud.

- **show**: Displays information about a single object currently in the cloud.

- **create**: Creates a new object in the cloud.

- **set**: Edits an existing object in the cloud.

To test that you have everything configured, try out some commands. The
following command lists all the images available to your project:

Expand Down

0 comments on commit 47c8bf5

Please sign in to comment.