Some projects use storyboard instead of launchpad, so look for one or
the other and try to do some basic validation of the storyboard project
ID.
Change-Id: I94a9507969bcc8bbe2358132761c0935d94cadaa
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Instead of relying on subprocess.call() to mix output with content
printed by Python, use check_output() and then explicitly include the
result in the print call.
Change-Id: I4f06d6cfaa8ea332d9326ccd8a5e69c749589529
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
ceilometermiddleware 1.0.1 was released from master as part of the pike
series. It should have either been 1.1.0 or on the stable/ocata
branch. This extra validation should avoid a similar mistake in the
future.
Change-Id: I044bf288a659ce144ed3d7896e9057cc361a2cf3
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Some of our tools no longer work as expected under python2. We've set
our basepython to python3 in tox. So lets call that out in our metadata.
Change-Id: I62043a85cd5216ca45293f67476743f07c39d588
includes fixes for:
- not logging service token in debug mode
- not logging binary data for responses in debug mode
- not logging binary data for requests in debug mode
See-Also: I4694ac88766083940496c4ab89e78726d258f87a
(cherry picked from commit 9f9029a1e5ceccd65b8c7b359f6c26f97f5d9fb1)
Change-Id: Ib97ddcf686a83fa1186a7a3017c6edb46282d498
For reasons we can no longer determine this never triggered the post
pipeline and therefore was never actually released.
The point of this revert is the "re-release" 3.5.1 so the git history is
as accurate as possible and release timestamps also match the git
timestamps.
This reverts commit 9f9029a1e5ceccd65b8c7b359f6c26f97f5d9fb1.
Change-Id: I4694ac88766083940496c4ab89e78726d258f87a
This is a patch release that fixes several regression
bugs introduced in the 15.0.0 ocata release.
Change-Id: I4c58ac58157a6a178a190107c06ebfac039f9d22
Some placeholders were left over in the comments for the Pike
milestones. This updates them now that we know the specific weeks for
each one.
Change-Id: I1e39a46796b3f3045e9e61f28716ca6551644772
This is patch fix contains:
* code making monasca-api capable of running under WSGI,
* fix for Bug#1668937
Needed-By: Idcc181bbb19a68c622eca51dc9822bde9a91f6a9
Depends-On: Id07dcc249965d97644da9396b6d288255ffaab43
Change-Id: I616d60ad95c0e5949991c9ec64e82c9c2c0ba0f5
If list-changes can't get the branch list, avoid dying from an
IndexError and just treat it as though we expect the release to be on
the specified branch.
Change-Id: I4983b535379353d96aeaeaa52bb883f8ebca400c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Bumping major to denote the switch to defaulting to
API v3. v2 still works, it is just not the default
version.
Change-Id: If9d9ad4b25e4930dff9028013294360c36fb5f16
Tag the final release candidates from koll as the final releases for
Ocata.
Change-Id: I48a8b2646d9f5d235aff1e89f7795f954bb8000f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>