summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/utils/tests/nova_utils_tests.py
diff options
context:
space:
mode:
authorPanagiotis Karalis <pkaralis@intracom-telecom.com>2018-05-16 17:33:40 +0300
committerPanagiotis Karalis <pkaralis@intracom-telecom.com>2018-06-21 10:49:08 +0300
commit7f8eee2885899f949eda99281818020301c3c841 (patch)
tree262f99064e0dc20e54d0f9c711b784955e5fcfe4 /snaps/openstack/utils/tests/nova_utils_tests.py
parentb24b949e50a742e96e3307426031e1fe3847b089 (diff)
Extra changes on Flavor Configopnfv-6.2.0
JIRA: SNAPS-254 Change-Id: I4f18c0d11fe2e8456c0ebce0681f22e3e1daf6bf Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com> (cherry picked from commit c5fd2310c8e9f63cf607de7fa9c21f60ab877224)
Diffstat (limited to 'snaps/openstack/utils/tests/nova_utils_tests.py')
-rw-r--r--snaps/openstack/utils/tests/nova_utils_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snaps/openstack/utils/tests/nova_utils_tests.py b/snaps/openstack/utils/tests/nova_utils_tests.py
index 93aa7bf..3e55558 100644
--- a/snaps/openstack/utils/tests/nova_utils_tests.py
+++ b/snaps/openstack/utils/tests/nova_utils_tests.py
@@ -400,7 +400,7 @@ class NovaUtilsInstanceVolumeTests(OSComponentTestCase):
self.os_creds, network_settings)
self.network_creator.create()
- flavor_settings = FlavorConfig(
+ flavor_settings = openstack_tests.get_flavor_config(
name=guid + '-flavor', ram=256, disk=10, vcpus=1,
metadata=self.flavor_metadata)
self.flavor_creator = OpenStackFlavor(