diff options
| author | Brian Rosmaita <brian.rosmaita@rackspace.com> | 2017-01-20 23:15:12 +0000 |
|---|---|---|
| committer | Steve Martinelli <s.martinelli@gmail.com> | 2017-01-23 23:04:49 -0500 |
| commit | 80c62021c829ceb878b8d51cedeca6fd6c688dd0 (patch) | |
| tree | d908fa0bc9e7566525857373c96a9b51ce9b3bcc /doc/source/command-objects | |
| parent | 64c509cf76fd9529c93a7b37e16630f84aa6d0ed (diff) | |
| download | python-openstackclient-80c62021c829ceb878b8d51cedeca6fd6c688dd0.tar.gz | |
Update container format choices
The choices for valid container formats is out of date in the
image v1 and v2 help text. This patch adds 'ova' and 'docker'
and does some minor refactoring to align the container_format
option with the disk_format option.
Change-Id: Icdea5fab801abd651baf45cf96c920c7df79f11b
Closes-bug: #1658138
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/image.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst index 999842af..7a9ead5c 100644 --- a/doc/source/command-objects/image.rst +++ b/doc/source/command-objects/image.rst @@ -76,7 +76,8 @@ Create/upload an image .. option:: --container-format <container-format> - Image container format (default: bare) + Image container format. The supported options are: ami, ari, aki, + bare, docker, ova, ovf. The default format is: bare .. option:: --disk-format <disk-format> @@ -342,7 +343,8 @@ Set image properties .. option:: --container-format <container-format> - Image container format (default: bare) + Image container format. The supported options are: ami, ari, aki, + bare, docker, ova, ovf. .. option:: --disk-format <disk-format> |
