sahara/devstack
zhangxuanyuan eaaa239240 Remove use_neutron from config
Nova network has been fully removed, remove use_neutron config
and related codes.

Change-Id: Ib9d87dd339d637b69fb27315d92228cbc523c8eb
Closes-Bug: #1693891
Implements: bp sahara-remove-nova-network
2017-11-24 23:27:33 +08:00
..
files Add ability to install with Apache in devstack 2017-03-19 12:31:08 +00:00
upgrade grenade: do not use the removed glance v1 API 2017-09-04 12:49:18 +02:00
README.rst enable heat during devstack installation 2017-08-07 09:11:06 +08:00
exercise.sh Fix bashate warnings 2015-11-26 14:47:45 +03:00
plugin.sh Remove use_neutron from config 2017-11-24 23:27:33 +08: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
enable_plugin heat git://git.openstack.org/openstack/heat

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