summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/create_image.py
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2017-10-26 12:19:42 -0600
committerspisarski <s.pisarski@cablelabs.com>2017-10-26 12:19:42 -0600
commitb5822ef2be374cd6bf53a60a84f1c8449a90b35a (patch)
tree8ce484f5777b38ab0de7582655809f2c6bdf18e4 /snaps/openstack/create_image.py
parent65d02af9035034b504c4e3588d30fcda68182e36 (diff)
Updated documentation to reflect new block storage support.
1. Updated library usaged LibraryUsage.rst 2. Added new unit tests to UnitTests.rst 3. Added new component tests to APITests.rst 4. Added new integration tests to IntegrationTests.rst 5. Updated application usage docs in VirtEnvDeploy.rst 6. Updated pydocs where inaccurate JIRA: SNAPS-203 Change-Id: I8bee2c6cdb5f54b86abf805bc930563028df3425 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'snaps/openstack/create_image.py')
-rw-r--r--snaps/openstack/create_image.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/snaps/openstack/create_image.py b/snaps/openstack/create_image.py
index 3024717..c8782bf 100644
--- a/snaps/openstack/create_image.py
+++ b/snaps/openstack/create_image.py
@@ -242,7 +242,7 @@ class ImageSettings:
Constructor
:param name: the image's name (required)
:param image_user: the image's default sudo user (required)
- :param format or img_format: the image type (required)
+ :param format or img_format: the image format type (required)
:param url or download_url: the image download location (requires url
or img_file)
:param image_file: the image file location (requires url or img_file)
@@ -253,7 +253,7 @@ class ImageSettings:
:param nic_config_pb_loc: the file location to the Ansible Playbook
that can configure multiple NICs
:param kernel_image_settings: the settings for a kernel image
- :param ramdisk_image_settings: the settings for a kernel image
+ :param ramdisk_image_settings: the settings for a ramdisk image
:param exists: When True, an image with the given name must exist
:param public: When True, an image will be created with public
visibility