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