charm-manila:stable/17.08

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

Branch merges

Branch information

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

Recent commits

170f50a... 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.

24cff26... by Ryan Beisner

Update requirements for git charmhelpers

Change-Id: I3d37ba834a04553b1f7c7d08a5b32afd064887e1
(cherry picked from commit ebf33ffbb8bc3280bdef60d104dd8fef2ca7c4e8)

8068b7d... 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: Ife8fd81815d2b753af1a2949c6b1f67fe7a69b74

a60931e... by Ryan Beisner

Remove legacy makefile

Change-Id: If9e7676f6620cd4aca2feec5811cce75c6ee01cf

41bf5a7... by Ryan Beisner

Remove deprecated series metadata and tests

Change-Id: Id12cc118334abb2a934cb144fcf59a4f763d6d87

8c0399c... by David Ames

Rebuild for IPv4/IPv6 Dualstack changes

Change-Id: I7258381e93134f611a8e42bb6c512ce84f0cbbc3

1725d81... by Jenkins <email address hidden>

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

df96346... by Alex Kavanagh

Enable worker-multiplier on manila

This change draws on the charms.openstack and layer-openstack-api
changes to provide the ability to configure the number of workers that
the manila charm starts for API usage.

It also:
 * Packages the manila charm into a venv. This is because the
   subordinate charms are ALSO reactive, which means that different
   versions of either charms.reactive or charms.openstack could be
   overwritten from the subordinate charm.
 * Band-aid an issue with manila-share not being started even though all
   of the config is properly set. This uses the update-status hook to
   check to see if the manila-share service should be running.
   (Bug: #1706699)
 * Work-around for a bug in python-manilaclient (Bug: #1707303) which
   caused basic_deployment test 400 to fail.

Change-Id: I0ea0f14fb69bea5d2008ed70d72ba27c98c96679
Depends-On: I3cea350e536306655f5f109ec67ae7f0fba35fda
Depends-On: Id4145ffaa622727523003015d7012ece2f0eae4f
Related-Bug: #1677543
Partial-Bug: #1706699
Related-Bug: #1707303

ebefa22... by Andrew McLeod

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

- reset_timeout: 600

Change-Id: Ic14d38e2fedb59b06889a086fa39e40bf3dd55e2

13e057d... 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: I3e6abfddacd26fe1a724bc546203becd8ce0fd04