charm-manila:stable/18.02

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

Branch merges

Branch information

Name:
stable/18.02
Repository:
lp:charm-manila

Recent commits

bea1935... 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.

da81e1a... by David Ames

Updates for stable branch 18.02 creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I9bc0532a48c0c0fd85073432ae40764a0ec0516c

ae4d244... by Ryan Beisner

Rebuild for sync charm-helpers

Change-Id: I4c462c59b38ad3104845d44345d53638ff575fa5

41f066d... by Zuul <email address hidden>

Merge "Rebuild for sync charm-helpers"

457e7b7... by David Ames

Rebuild for sync charm-helpers

Change-Id: I6a6860c9da5ea3995c8c4d535bfd7664baaccbf3

b902df7... by Alex Kavanagh

Fix up to work with 0.6.0 of charms.reactive

charms.reactive deprecates the RelationBase.from_state() class
method. This is an internal method in charms.reactive and shouldn't
really have been used.

This patch changes to charms.relations.endpoint_from_flag(...) which
essentially does the same thing and will be a more stable API moving
forwards.

Note that from this point on, the library will ONLY work with
charms.reactive 0.6.0 onwards and the modified charms.openstack library.

Change-Id: I6e025438bacd17dfb2a6f61fb8ca274187009c57

10e3532... by David Ames

Update HAProxy default timeout values

The default HAProxy timeout values are fairly strict. On a busy cloud
it is common to exceed one or more of these timeouts. The only
indication that HAProxy has exceeded a timeout and dropped the
connection is errors such as "BadStatusLine" or "EOF." These can be
very difficult to diagnose when intermittent.

This source charm rebuild pulls in the changes to update the default
timeout values to more real world settings. These values have been
extensively tested in ServerStack. Configured values will not be
overridden.

Partial Bug: #1736171

Change-Id: I2a3a4b1624174e9efa7b9aebc29ff88af00a19d3

e15bb3e... by Ryan Beisner

Add Bionic and remove Zesty series and tests

Bionic, being the next LTS, is important to enable for dev
and test as early as possible ahead of 18.02.

Zesty goes EOL in Jan 2018. The next stable charms release (18.02)
will not provide Zesty series support, as it was an interim
(non-LTS) release.

Change-Id: I7ff0b0a66150ee895f7117db92f6123ec25e5b10

5aa4a19... by Zuul <email address hidden>

Merge "update tests to enable pike"

78f5fa4... by Alex Kavanagh

Rebuild + .testr.conf -> .stestr.conf due to Bug #1718152

The manila-plugin interface was the cause of bug #1718152. This
is just to rebuild it and also migrate .testr.conf to .stestr.conf

Change-Id: Icd885409acdd788438857bcacdaac109b12cbad9
Related-Bug: #1718152
Depends-On: Ifc025d063d5fba5f2b8b20773b4a9543f883a0ea