sahara/devstack
Jeremy Freudberg b4fb2c404c Use neutronclient for all network operations
Latest novaclient 8.0.0 removed nova-network
related functionality which Sahara depended on for
network operations, even for Neutron.

Now, use neutronclient (and Neutron resources in
Heat) for all network operations.

Additionally, fix devstack coordination backend.

Partially-Implements: bp sahara-remove-nova-network
Closes-Bug: #1692551
Co-Authored-By: Vitaly Gridnev <vgridnev@mirantis.com>
Change-Id: I6b8e12f0d33752e7790c5f40ebe6a3940ff1b0c1
2017-06-07 13:05:16 -04:00
..
files Add ability to install with Apache in devstack 2017-03-19 12:31:08 +00:00
upgrade Replace old CLI calls in grenade 2016-08-19 12:55:00 +03:00
README.rst updating documentation on devstack usage 2015-07-20 15:37:45 -04:00
exercise.sh Fix bashate warnings 2015-11-26 14:47:45 +03:00
plugin.sh Use neutronclient for all network operations 2017-06-07 13:05:16 -04:00
settings Use neutronclient for all network operations 2017-06-07 13:05:16 -04:00

README.rst

Enabling in Devstack

  1. Download DevStack
  2. Add this repo as an external repository in local.conf
[[local|localrc]]
enable_plugin sahara git://git.openstack.org/openstack/sahara

Optionally, a git refspec may be provided as follows:

[[local|localrc]]
enable_plugin sahara git://git.openstack.org/openstack/sahara <refspec>
  1. run stack.sh