Files
deb-networking-cisco/devstack
Yanping Qu 12024438f3 Enabling the Cisco CSR1kv routing in the openstack Kilo release
Add CSR1kv scripts, localrc and local.conf samples, README.TXT.

Introduce a new service flag cisco-csr that can be set in localrc
or local.conf to enable CSR1kv routing.

Modify plugin.sh to invoke CSR1kv scripts accordingly at the proper
stage of running stack.sh

Change-Id: Ibdcd111c6a3c30624fd30f6e4686fb2763549333
Close-Bug: 1460160
2015-07-07 08:39:13 +00:00
..
2015-06-12 21:11:38 -04:00

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin networking-cisco https://git.openstack.org/openstack/networking-cisco.git
    enable_service net-cisco
  3. run stack.sh