Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [[local|localrc]]
- # Enable Logging
- LOGFILE=/opt/stack/logs/stack.sh.log
- VERBOSE=True
- LOG_COLOR=True
- SCREEN_LOGDIR=/opt/stack/logs
- # Reclone each time
- RECLONE=no
- # Credentials
- DATABASE_PASSWORD=devstack
- ADMIN_PASSWORD=devstack
- SERVICE_PASSWORD=devstack
- SERVICE_TOKEN=devstack
- RABBIT_PASSWORD=devstack
- # Services
- ENABLED_SERVICES=rabbit,mysql,key
- ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch,n-novnc,n-cauth
- ENABLED_SERVICES+=,neutron,q-svc,q-dhcp,q-meta,q-lbaas
- ENABLED_SERVICES+=,s-proxy,s-object,s-container,s-account
- ENABLED_SERVICES+=,g-api,g-reg
- ENABLED_SERVICES+=,cinder,c-api,c-vol,c-sch,c-bak
- ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng
- ENABLED_SERVICES+=,horizon
- disable_service q-agt
- disable_service q-l3
- # Images
- # Use this image when creating test instances
- IMAGE_URLS+=",http://cdn.download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img"
- # Type of virtualization to use. Options: kvm, lxc, qemu
- LIBVIRT_TYPE=kvm
- # Cisco Nexus 1000
- Q_PLUGIN=cisco
- declare -a Q_CISCO_PLUGIN_SUBPLUGINS=(n1kv)
- #Q_CISCO_PLUGIN_RESTART_VSM=yes
- Q_CISCO_PLUGIN_VSM_IP=192.168.168.2
- Q_CISCO_PLUGIN_VSM_USERNAME=admin
- Q_CISCO_PLUGIN_VSM_PASSWORD=admin123
- Q_CISCO_PLUGIN_VSM_ISO_IMAGE=/opt/stack/cisco/VSM/Install/n1000v-dk9.5.2.1.SK3.1.1.iso
- Q_CISCO_PLUGIN_UVEM_DEB_IMAGE=/opt/stack/cisco/VEM/nexus-1000v-vem_14.04.5.2.1.sk3.1.0.s0.187-1_amd64.deb
- NOVA_USE_QUANTUM_API=v2
- N1KV_VLAN_NET_PROFILE_NAME=vlan_test_profile
- N1KV_VLAN_NET_SEGMENT_RANGE=100-499
- #Q_CISCO_PLUGIN_INTEGRATION_BRIDGE=br-int
- #Q_CISCO_PLUGIN_HOST_MGMT_INTF=p3p1
- PHYSICAL_NETWORK=test-physnet1
- LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver
- VOLUME_BACKING_FILE_SIZE=2052M
- # Branches
- KEYSTONE_BRANCH=stable/icehouse
- NOVA_BRANCH=stable/icehouse
- NEUTRON_BRANCH=stable/icehouse
- SWIFT_BRANCH=stable/icehouse
- GLANCE_BRANCH=stable/icehouse
- CINDER_BRANCH=stable/icehouse
- HEAT_BRANCH=stable/icehouse
- TROVE_BRANCH=stable/icehouse
- HORIZON_BRANCH=stable/icehouse
- # Swift Configuration
- SWIFT_REPLICAS=1
- SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement