Add sample localrc for nsx_v3

This is the minimum localrc required for setting up the nsx_v3 plugin and
openstack components (nova/glance/keystore/horizon).

Change-Id: Ia92ddfd1e39aa6edf350d5807902fbf33995581e
This commit is contained in:
Aaron Rosen 2015-08-18 12:03:38 -07:00
parent 9f709d7612
commit 187af9372a
1 changed files with 12 additions and 0 deletions

12
devstack/localrc_nsx_v3 Normal file
View File

@ -0,0 +1,12 @@
enable_plugin vmware-nsx https://git.openstack.org/openstack/vmware-nsx
ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,n-cond,n-cauth,horizon,mysql,rabbit,sysstat,quantum,q-svc,q-dhcp,n-novnc,n-xvnc
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_TOKEN=password
SERVICE_PASSWORD=password
ADMIN_PASSWORD=password
Q_PLUGIN=vmware_nsx_v3
DEFAULT_OVERLAY_TZ_UUID=<FILL_IN>
EDGE_CLUSTER_UUID=<FILL_IN>
NSX_MANAGER=<FILL_IN>
NSX_CONTROLLERS=<FILL_IN>