Fix the neutron-lbaas-to-octavia-migration job

It appears we missed the placement project in the required-projects
block for this periodic job. This patch corrects that.

A patch[1] changed the behavior for the VIP port security group migration.
This patch updates the test job to reflect that change.

[1] https://review.openstack.org/#/c/592471/

Change-Id: I6a097822f60e41c5265a2eb8bc53509fa46400e5
This commit is contained in:
Michael Johnson 2019-02-05 14:03:22 -08:00
parent 0295eccea6
commit bd0b903292
2 changed files with 1 additions and 10 deletions

View File

@ -187,11 +187,6 @@
register: result
failed_when: result.stdout.find("Octavia") == -1
- name: Validate VIP port security group ownership
command: openstack security group show -f value -c project_id {{ lb_sg_id.stdout }}
register: result
failed_when: result.stdout.find(octavia_account_id.stdout) == -1
# Test the HAproxy provider migration
# NOTE: At this time there is no HAProxy driver for Octavia. This tests
# just the data migration.
@ -305,11 +300,6 @@
register: result
failed_when: result.stdout.find("Octavia") == -1
- name: Validate VIP port security group ownership
command: openstack security group show -f value -c project_id {{ lb_sg_id.stdout }}
register: result
failed_when: result.stdout.find(octavia_account_id.stdout) == -1
# Validate select load balancer settings migrated
- name: Validate load balancer name and port_id

View File

@ -94,6 +94,7 @@
- openstack/neutron-lbaas
- openstack/nova
- openstack/octavia
- openstack/placement
- openstack/python-neutronclient
- openstack/python-octaviaclient
vars: