manila/devstack
Luigi Toscano e02a625e9c Use the canonical URL for Manila repositories
- When the URL refers to cloning or using git repositories, use the
  cloning URL (https://git.openstack.org/openstack/<project>)
- When the URL refers to the browsable version of the repository, use
  the cgit frontend (https://git.openstack.org/cgit/openstack/<project>)

Change-Id: I11a8e15c6d663786465c090b40db9e20b19194e6
2018-12-17 13:56:17 +01:00
..
files Allow devstack plugin to work without Cinder 2016-03-04 15:33:34 -05:00
upgrade [CI] Switch Xenial tempest jobs to Bionic Beaver 2018-11-01 14:13:35 -07:00
README.rst Use the canonical URL for Manila repositories 2018-12-17 13:56:17 +01:00
apache-manila.template Add possibility to run 'manila-api' with wsgi web servers 2017-04-10 12:49:20 +03:00
plugin.sh Use the canonical URL for Manila repositories 2018-12-17 13:56:17 +01:00
settings Use the canonical URL for Manila repositories 2018-12-17 13:56:17 +01:00

README.rst

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin manila https://git.openstack.org/openstack/manila
  3. run stack.sh