manila/devstack
Douglas Viroel 913ef96e11 Fix uwsgi path location
After fixing the uwsgi installation from source that was broken[1][2],
Manila jobs started to fail since no uwsgi wasn't found in the
expected path. This fix now uses 'which' command to search for
uwsgi pathnames in the system.

[1] https://bugs.launchpad.net/devstack/+bug/1883468
[2] https://review.opendev.org/#/c/577955/

Related-Bug: #1883468
Closes-Bug: #1883715
Change-Id: I8d8b2fe07d86899c694cb73a81087d25311d30a5
(cherry picked from commit fbcabd2c03)
(cherry picked from commit 09cb988f01)
(cherry picked from commit f911024020)
2020-06-17 16:58:07 +00:00
..
files Allow devstack plugin to work without Cinder 2016-03-04 15:33:34 -05:00
upgrade Replace openstack.org git:// URLs with https:// 2019-03-24 20:34:10 +00: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 Fix uwsgi path location 2020-06-17 16:58:07 +00:00
settings [devstack][ci] Modify firewall in ds-plugin 2020-05-11 13:20:36 -07: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