Commit Graph

3 Commits

Author SHA1 Message Date
Takashi Kajinami 89a90ff977 Support policy-in-code and deprecated policy
This change adds support for policy-in-code and deprecated policy
following the change in horizon.

Depends-on: https://review.opendev.org/750134
Change-Id: I408af56e6a54b135d38a486101b4bb3108d4f0d5
2021-04-06 10:48:08 +09:00
Victoria Martinez de la Cruz 43bbdcdb1f Moves OPENSTACK_MANILA_SETTINGS TO local_settings.d/
The enabled/ directory allows toggling of panels and plugins
while the local_settings.d/ allows overriding of settings.
We had OPENSTACK_MANILA_SETTINGS dict under enabled/ and for this
reason the settings overriden there were not taking effect.
This patch set moves OPENSTACK_MANILA_SETTINGS under local_settings.d/

Change-Id: Ie4cd49216f1a4a93c5fe1358c97682f8e4044b43
Closes-Bug: #1641624
2016-12-12 20:36:50 +00:00
Victoria Martinez de la Cruz 457249be7a Adds Manila-UI Devstack plugin
Manila-UI was being deployed if Manila plugin was enabled.
This is not the most advisable thing since counting on an UI
is not neccesary for the majority of the cases when contributing
code to Manila. This patch-set adds the posibility of deploying
the UI on demand by enabling it as a plugin for Devstack as follows:

enable_plugin manila-ui https://github.com/openstack/manila-ui

Change-Id: Id564e4ea6b675aa197ae377aa7a756e1bd0625b6
Closes-Bug: #1570033
Implements BP add-devstack-plugin
2016-11-21 09:30:47 -03:00