File: README.rst

package info (click to toggle)
manila 1%3A21.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (23 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
======================
 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:

1. Download DevStack

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

3. run ``stack.sh``

.. _development-environment-devstack: https://docs.openstack.org/manila/latest/contributor/development-environment-devstack.html