diff options
Diffstat (limited to 'ice_validator/tests/structures.py')
-rw-r--r-- | ice_validator/tests/structures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice_validator/tests/structures.py b/ice_validator/tests/structures.py index 887917c..09dd222 100644 --- a/ice_validator/tests/structures.py +++ b/ice_validator/tests/structures.py @@ -563,7 +563,7 @@ class NovaServerProcessor(HeatProcessor): d = dict( flavor=cls.get_flavor(resource), image=cls.get_image(resource), - networks=cls.get_network(resource), + network_role=cls.get_network(resource), ) if all(d.values()): vm_class.update(d) |