Update NovaServers.boot_server_associate_and_dissociate_floating_ip 40/71640/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 7 Dec 2020 08:00:02 +0000 (09:00 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 7 Dec 2020 08:02:10 +0000 (09:02 +0100)
It conforms with "Fix nova scenarios for assiciating fips" [1]

http://artifacts.opnfv.org/functest/2B3GHZXZMEIC/functest-opnfv-functest-smoke-leguer-rally_sanity-run-16/rally_sanity/rally_sanity.html

[1] https://github.com/openstack/rally-openstack/commit/ab03bfeafda0a29def4c792a174ec1af836b68be#diff-e40d163061529de4f93597cc2597505325ededfaa93855d59b2f3c717f6fa460

Change-Id: Iaed6d2f8527f62629fb7a761860f789fa1e8df72
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 5b74f9ce0303202c942f9013a0e09db1014e6ac6)

functest/opnfv_tests/openstack/rally/scenario/full/opnfv-nova.yaml
functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml
upper-constraints.txt

index 71a1599..80ee533 100644 (file)
     -
       args:
         {{ vm_params(image_name, flavor_name) }}
-        create_floating_ip_args:
-          floating_network: {{ floating_network }}
+        floating_network: {{ floating_network }}
         nics:
           - net-id: {{ netid }}
       context:
     -
       args:
         {{ vm_params(image_name, flavor_name) }}
-        create_floating_ip_args:
-          floating_network: {{ floating_network }}
+        floating_network: {{ floating_network }}
         nics:
           - net-id: {{ netid }}
       context:
index 2d50514..ffbc5f2 100644 (file)
     -
       args:
         {{ vm_params(image_name, flavor_name) }}
-        create_floating_ip_args:
-          floating_network: {{ floating_network }}
+        floating_network: {{ floating_network }}
         nics:
           - net-id: {{ netid }}
       context:
index e7e78cd..13f085f 100644 (file)
@@ -11,7 +11,7 @@ bandit===1.1.0
 ruamel.yaml.jinja2==0.2.2
 -e git+https://opendev.org/openstack/tempest@cfddd400ce403bc6fb3740c0722eebd021f8b11c#egg=tempest
 -e git+https://opendev.org/openstack/rally.git@3.1.0#egg=rally
-git+https://opendev.org/openstack/rally-openstack.git@2.0.0#egg=rally-openstack
+git+https://opendev.org/openstack/rally-openstack.git@2.1.0#egg=rally-openstack
 git+https://github.com/xrally/xrally-kubernetes.git@e4c605fa0ae0cae63ce5ac19ce8516f0bdd5e868#egg=xrally-kubernetes
 pylint===1.9.5;python_version=='2.7'
 pylint===2.4.4;python_version=='3.8'