5daf9bd6ca
... because these options are configured by devstack. This allows us to honor some options which determine whether these accounts should be used(eg. TEMPEST_HAS_ADMIN) Also, this fixes the inconsistent default value of admin password (it defaults to 'secret' in devstack). Change-Id: I6221168ad400346bf1542ed7715c481295e42e04 |
||
---|---|---|
.. | ||
files | ||
upgrade | ||
apache-manila.template | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
We can enable the manila service in DevStack. For details, please refer to development-environment-devstack, the following steps can be used as a quickstart reference:
Download DevStack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] # Enable manila enable_plugin manila https://opendev.org/openstack/manila # Enable manila ui in the dashboard enable_plugin manila-ui https://opendev.org/openstack/manila-ui
run
stack.sh