The wiki module normalizes the team names in the table by converting
them to lower case. Do the same when we look up the team to ensure we
find teams with mixed or upper case names in the wiki page.
Change-Id: I09c0ce4051b84084e2a3b7a186ec9e6efb10cdf0
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This is the first but probably not the last release
for python-novaclient in the queens series. We still
have a few changes up for review for new microversion
support that we'd like to get in before queens feature
freeze, but we should get a release out now to make sure
it plays well with other services in the ecosystem.
Depends-On: I60490f3d74212bb172dccc1c7d337198e1021236
Change-Id: Ie402bae6bab0012d4faed342eaa7c6a0011b86e9
This is a request from the TripleO Upgrades team.
They are working on this new project that run Ansible to control TripleO
upgrades.
They need a stable/pike branch, so this commit is an exceptional request
to create a branch on the latest commit, so the team can go ahead and
push some Queens only commits in master once the branch is created.
It also creates a 1.0.0 for Pike and later we'll create 2.0.0 for
Queens.
Note, this is an independent deliverable this time, because we missed
the Pike deadline.
Change-Id: I111b745fe44a899c24f8e088e4dbf46358ecfa56
This is the first and so far only release for os-vif
in the queens series. Unless something major is needed
before the queens non-client library freeze, this will
also be the version we GA and branch for stable/queens.
This change also updates the release notes URL for the
pike deliverable.
Change-Id: Idd7f635295aff6e46391b82e45b89ef79d6d6c05
This is most likely the GA version of os-traits for the queens
release and what we'd branch for stable/queens.
There are only 3 changes in this release. The minor version is
bumped because there are new minimum required package dependencies
in this release.
The release notes URL for the pike deliverable is also updated.
Change-Id: Ib0154ade88150523070bf8f63ace4fd23983b672
When we list the version of each of the other branches include the
relative date info for when the tag was applied. This can be useful
for noticing that a project is not tagging libraries very often and
needs to be encouraged to tag more.
Change-Id: I3b1e195aca23eb32514ef32cccab8b04636aae5d
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
When the git describe command fails, we still need to decode the
output text so we don't print it as raw bytes.
Change-Id: I0e264218643b3f4dfce54169b48b5ae60ef057af
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
ACL files changes are now checked for normalization.
Fix aclmanager so that it inserts the stable specific
section at the right place in the file.
Change-Id: Ieeb226645616d7db108336084022eb18347f1409
This patch releases the latest changes for neutron-lib; summarized in
the highlights section of the yaml herein. We'd like to get these
changes out so we can consume them in neutron and other networking
projects in the near future.
Change-Id: I39d0d96c825915b06b226a388f58f64bc519ee98
The openstack/release-test repository ACL gets picked up by
aclmanager when it updates ACL. Add it to the exceptions list,
and make sure that the list is actually used.
Change-Id: I7735898f53eafca15a8b4bb19459c576dc254d4e
Instead of assuming a single title always makes sense, pass the right
value in.
Change-Id: Idb3677e5de41b6243cd3896226213897ffdcaa14
Signed-off-by: Doug Hellmann <doug@doughellmann.com>