manila/devstack
Goutham Pacha Ravi 72fb56c5c4 Fix tls-proxy issues with the devstack plugin
Enabling tls-proxy allows devstack to
set up a tls proxy server that front-ends
interactions with the manila-api and
terminates tls connections.

Also enable tls-proxy in dummy and lvm
jobs. The dummy driver job is configured
to run the in-built wsgi server, the lvm
job is configured to use mod-wsgi.

Closes-Bug: #1816836
Change-Id: I48b0ccc082604d78242ba61bee94a45efeb2467b
(cherry picked from commit 8f1c7dc91fb1e00784f6228526d95f4434ba8a01)
(cherry picked from commit edc60f76c2818351f8a6d1090a5549970b1891cc)
2019-04-15 19:58:34 +00:00
..
2015-02-20 19:57:21 +02:00
2019-02-18 15:09:21 +00:00

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

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