~ubuntu-openstack-dev/ubuntu/+source/aodh:stable/rocky

Last commit made on 2020-10-08
Get this branch:
git clone -b stable/rocky https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/aodh
Members of Ubuntu OpenStack uploaders can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
stable/rocky
Repository:
lp:~ubuntu-openstack-dev/ubuntu/+source/aodh

Recent commits

123028c... by Chris MacNaughton

d/control: Update VCS paths for move to lp:~ubuntu-openstack-dev.

04725ea... by Corey Bryant

releasing package aodh version 7.0.0-0ubuntu4~cloud1

07955a7... by Corey Bryant

d/p/0001-Add-user_domain_name-to-keystone-client.patch: Keystone client might require the user domain name. (LP: #1831181).

40de6de... by Corey Bryant

d/gbp.conf: Create stable/rocky branch.

70900a5... by Corey Bryant

releasing package aodh version 7.0.0-0ubuntu4

a82439e... by Corey Bryant

d/p/ensure-refresh-gets-str-type.patch: Cherry-picked from upstream (https://review.openstack.org/#/c/613656/) to enable successful alarms in py3 (LP: #1799406).

d239dd8... by Corey Bryant

releasing package aodh version 7.0.0-0ubuntu3

a9790ea... by Corey Bryant

d/aodh-api.apache2, d/aodh-common.apache2: Move back to aodh-api package where apache2 dependencies are installed.

d1bc84a... by Corey Bryant

releasing package aodh version 7.0.0-0ubuntu2

98fb661... by Corey Bryant

Additional support for Python 3:
- d/control, d/aodh-*: Move common files to aodh-common. Only have
  python(3)-aodh depend on aodh-common. Other packages that used to
  depend on aodh-common now depend on python-aodh | python3-aodh.
- d/control: Drop python(3)-aodh conflicts on each other.
- d/python(3)-aodh.postinst: Ensure alternatives priority is 300
  for Py2 and 200 for Py3.
- d/tests/control: Run Py3 tests first due to alternatives priority.