vponomaryov d495ea535e Fix Devstack and Manila-ui interaction
Devstack always installs test-requirements, but we do not expect it for
Manila UI project. Moreover, such installation started failing with
PIP versions 8.x
Change that triggered bug is Devstack change at [1].

[1] I49658ce4056c773943321270defd461bbf3e9fb9

Change-Id: I841b56f65b50e9c5673cc02e93b4329ed29125ba
Closes-Bug: #1540188
2016-02-01 14:21:40 +02:00
..
2015-02-20 19:57:21 +02:00
2016-01-20 17:15:30 -05: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