Add support for Wallaby
Add support for wallaby. Below were the extra changes needed to support the wallaby branch: 1. Add new attribute 'remote_address_group_id' for the security group resource. 2. Handle new standard_attr_id argument for resources. 3. Fix kwargs passed to the alembic migrations create_foreign_key and create_primary_key. 4. Change CONTEXT_WRITER to CONTEXT_READER in the get_subnets function. Change-Id: I3835df151cad2f7ca52afcb701de2bc508c90014
This commit is contained in:
18
.zuul.yaml
18
.zuul.yaml
@@ -1,7 +1,7 @@
|
||||
- project:
|
||||
name: x/group-based-policy
|
||||
templates:
|
||||
- openstack-python3-victoria-jobs
|
||||
- openstack-python3-wallaby-jobs
|
||||
- publish-to-pypi
|
||||
# REVISIT: In the jobs below, the required-projects clause is needed on
|
||||
# the master branch to select the correct version of the requirements
|
||||
@@ -15,22 +15,22 @@
|
||||
nodeset: ubuntu-bionic
|
||||
required-projects:
|
||||
- name: openstack/requirements
|
||||
override-checkout: stable/victoria
|
||||
override-checkout: stable/wallaby
|
||||
- openstack-tox-py36:
|
||||
nodeset: ubuntu-bionic
|
||||
required-projects:
|
||||
- name: openstack/requirements
|
||||
override-checkout: stable/victoria
|
||||
override-checkout: stable/wallaby
|
||||
- openstack-tox-py37:
|
||||
nodeset: ubuntu-bionic
|
||||
required-projects:
|
||||
- name: openstack/requirements
|
||||
override-checkout: stable/victoria
|
||||
override-checkout: stable/wallaby
|
||||
- openstack-tox-py38:
|
||||
nodeset: ubuntu-bionic
|
||||
required-projects:
|
||||
- name: openstack/requirements
|
||||
override-checkout: stable/victoria
|
||||
override-checkout: stable/wallaby
|
||||
- legacy-group-based-policy-dsvm-functional:
|
||||
voting: false
|
||||
- legacy-group-based-policy-dsvm-aim:
|
||||
@@ -43,19 +43,19 @@
|
||||
nodeset: ubuntu-bionic
|
||||
required-projects:
|
||||
- name: openstack/requirements
|
||||
override-checkout: stable/victoria
|
||||
override-checkout: stable/wallaby
|
||||
- openstack-tox-py36:
|
||||
nodeset: ubuntu-bionic
|
||||
required-projects:
|
||||
- name: openstack/requirements
|
||||
override-checkout: stable/victoria
|
||||
override-checkout: stable/wallaby
|
||||
- openstack-tox-py37:
|
||||
nodeset: ubuntu-bionic
|
||||
required-projects:
|
||||
- name: openstack/requirements
|
||||
override-checkout: stable/victoria
|
||||
override-checkout: stable/wallaby
|
||||
- openstack-tox-py38:
|
||||
nodeset: ubuntu-bionic
|
||||
required-projects:
|
||||
- name: openstack/requirements
|
||||
override-checkout: stable/victoria
|
||||
override-checkout: stable/wallaby
|
||||
|
||||
Reference in New Issue
Block a user