summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/create_flavor.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_flavor.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_flavor.py')
-rw-r--r--snaps/openstack/create_flavor.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/snaps/openstack/create_flavor.py b/snaps/openstack/create_flavor.py
index 1479bb0..b428621 100644
--- a/snaps/openstack/create_flavor.py
+++ b/snaps/openstack/create_flavor.py
@@ -104,9 +104,6 @@ class FlavorSettings:
def __init__(self, **kwargs):
"""
Constructor
- :param config: dict() object containing the configuration settings
- using the attribute names below as each member's the
- key and overrides any of the other parameters.
:param name: the flavor's name (required)
:param flavor_id: the string ID (default 'auto')
:param ram: the required RAM in MB (required)