2015-02-20 18:55:07 +02:00
|
|
|
======================
|
|
|
|
Enabling in Devstack
|
|
|
|
======================
|
|
|
|
|
2019-07-19 15:07:16 +08:00
|
|
|
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:
|
|
|
|
|
2015-02-20 18:55:07 +02:00
|
|
|
1. Download DevStack
|
|
|
|
|
|
|
|
2. Add this repo as an external repository::
|
|
|
|
|
|
|
|
> cat local.conf
|
|
|
|
[[local|localrc]]
|
2019-07-19 15:07:16 +08:00
|
|
|
# Enable manila
|
2020-03-18 18:59:27 -07:00
|
|
|
enable_plugin manila https://opendev.org/openstack/manila
|
2015-02-20 18:55:07 +02:00
|
|
|
|
2019-07-19 15:07:16 +08:00
|
|
|
# Enable manila ui in the dashboard
|
2020-03-18 18:59:27 -07:00
|
|
|
enable_plugin manila-ui https://opendev.org/openstack/manila-ui
|
2019-07-19 15:07:16 +08:00
|
|
|
|
2015-02-20 18:55:07 +02:00
|
|
|
3. run ``stack.sh``
|
2019-07-19 15:07:16 +08:00
|
|
|
|
|
|
|
.. _development-environment-devstack: https://docs.openstack.org/manila/latest/contributor/development-environment-devstack.html
|