From b5822ef2be374cd6bf53a60a84f1c8449a90b35a Mon Sep 17 00:00:00 2001 From: spisarski Date: Thu, 26 Oct 2017 12:19:42 -0600 Subject: 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 --- snaps/openstack/create_flavor.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'snaps/openstack/create_flavor.py') 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) -- cgit 1.2.3-korg