Files
manila/devstack
Takashi Kajinami 2c2788fa2d Drop logic for Ubuntu 14.04
... because support for Ubuntu Trusty was removed a long ago.

Change-Id: Ibab2c6e5154219c1dfbdf72326297ee5fd4fc406
2024-01-10 19:20:34 +09:00
..
2020-07-28 01:07:00 +00:00
2024-01-10 19:20:34 +09:00
2020-03-18 18:59:27 -07:00

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