charm-designate-bind:stable/17.08

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/17.08 https://git.launchpad.net/charm-designate-bind

Branch merges

Branch information

Name:
stable/17.08
Repository:
lp:charm-designate-bind

Recent commits

a4fb14c... by OpenDev Sysadmins <email address hidden>

OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.

f185426... by Ryan Beisner

Update requirements for git charmhelpers

Change-Id: I13041dca73efd064926105e93439862ab716a5c1
(cherry picked from commit ce297c9a617ba947c3c37744d9e4520b747ffcdd)

74463ab... by David Ames

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: Ied348e0efde300b7cdd16fd747958449d44ad968

1b1fc3e... by James Page

Rebuild for application version fix

Rebuilt with latest layers and charms.openstack to resolve
issues with setting of application version for deployed
codebase.

Change-Id: Icdba3f65c27d432cc961ef077d9966d2985101a6
Closes-Bug: 1715429
Depends-On: Iac95a0b988ae6563039aae599985de5713432c00
Depends-On: I1ca762875f307db9bb15dd80b0c6a01a9e17b71e

47e6601... by Ryan Beisner

Update config.yaml descriptions

Closes-bug: #1684001

Change-Id: Ib72bf14957d4b4e0626126a885b779ee341f2eb3

138dfbf... by Ryan Beisner

Remove deprecated series metadata and tests

Change-Id: Ie0d3f6a7905aa4005aa3bd97209e6c9c02173c2c

8062d82... by Andrew McLeod

Modify tests.yaml which specifies bundletester config params
with the following key:value pairs:

- reset_timeout: 600

Also remove additional tests.yaml from ./src/

Change-Id: I52157b13b1ce6871f672de56266e5d15405eb599

2d5aad4... by David Ames

Update tests to use keystoneauth1

With keystoneauth1 sessions the service catalog search function,
url_for takes argument interface, no longer named endpoint_type.
This change updates tests to use this argument name.

Change-Id: Idc62a8ded48578d6f85480ade10703c6268c082e

0d40c67... by James Page

Updates for pike b1

Add amulet tests for pike, leave disabled for now.

Change-Id: Ief721f0bdcdee6473a3fc18c7d4f9c946d24a62d

5317a5d... by Alex Kavanagh

Use charms.openstack charmhelpers test_mocks

Every reactive charm that uses charms.openstack and implements unit
testing needs to mock charmhelpers, as otherwise the tests blow up.
This patch uses the mocking of charmhelpers in charms.openstack so that
a charm layer can just import test_mocks and charmhelpers will be mocked
out along with setting up a default
charmhelpers.c.o.u.OPENSTACK_RELEASES so that when an OpenStackCharm()
derived charm class won't fail on definition.

Change-Id: Ia9744ea95f0766769daa8e8c31d422ee79c3afc5
Related-Bug: #1693017
Depends-On: I5ac40617ee30e5f421ec16fc7592177a5e6aa166