The initial commit for the stable/train branch referenced the wrong
stable branch (stein) in the gate jobs. This patch fixes that.
Change-Id: I422c509f789058a2bfa51d67372793271477cdff
* If installing from a VCS URL then it should begin with (svn+, git+,
hg+, or bzr+).
* Replaced github.com & opendev.org URLs with
"git+https://...".
* Added openstack-tox-py35 zuul CI job
Fixes bug 1879034
Change-Id: I78cd359e2499636a642836a87fe892f39e00f3a3
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.
This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.
This update should result in no functional change.
For more information see the thread at
http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html
Change-Id: If373f5fe2bfb800a6b82ddf8138c96cb98653774
The PolicyClassifier currently only supports the named
protocols of 'icmp', 'tcp', and 'udp'. In order to allow
for the full range of protocols, the constraint validation
needs to be relaxed to support protocol numbers 0-255.
Change-Id: Icd9c442e868339cf845b1255dd6ed3ffe31e85af
Remove a method which we dont need to override else
the resource ID of a resource in the stack is not being
retrieved correctly.
Change-Id: I355a5c0ec1b789337fa63c6c5549b9eaa7427c1b
When fixed_ips is not specified, this attribute should
not be sent to the backend. Currently a default value of
empty list is being sent which is interpreted as an
actual value by the backend.
Change-Id: I91ca5c1f9d86dc81f47fbb79eb8723bd21c6bd50
fixed_ips option was added to the GBP neutron mapping
a while back and is similar to the fixed_ips option
for the Neutron Port.
The reuse_bd option is used by the apic driver.
Change-Id: Ie3f76ac4b9ed04354079e28a6be911b85856cc6b
OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.
Change-Id: I7229296540362dd74baf1b04b8b5b197053037d6
Python 2.6 support would be dropped by
Infra team from mitaka,CI would no longer be testing it,
so projects should drop it too.
Change-Id: I8b4ad4d86a61fcf2d796fc77defa96f3a9d19830
To a format:
external_segments:
- external_segement_id: <es_id>
- allocated_address: <ip>
This allows using a Heat resource ID for "es_id" (earlier one
had to specify the actual GBP ES id, so it was not possible
to reference a ES created earlier in the same Heat template).
Change-Id: I782fdb6cf1109f9662acd623ccbbc1687924bb60
Closes-bug: 1490773
Partially implements blueprint node-centric-chain-plugin
Changes namespace for Service Chain resources to OS:GroupBasedPolicy
Closes-bug: 1476803
Adds shared attribute for Service Chain resources
Closes-bug: 1475461
Also updates test-requirements to sync with global requirements.
Change-Id: I7c535dbadbe68ed5ba51f5ac63418af3100d7737