Advertisement
Guest User

Untitled

a guest
Dec 16th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. [[local|localrc]]
  2.  
  3. # Enable Logging
  4. LOGFILE=/opt/stack/logs/stack.sh.log
  5. VERBOSE=True
  6. LOG_COLOR=True
  7. SCREEN_LOGDIR=/opt/stack/logs
  8.  
  9. # Reclone each time
  10. RECLONE=no
  11.  
  12. # Credentials
  13. DATABASE_PASSWORD=devstack
  14. ADMIN_PASSWORD=devstack
  15. SERVICE_PASSWORD=devstack
  16. SERVICE_TOKEN=devstack
  17. RABBIT_PASSWORD=devstack
  18.  
  19. # Services
  20. ENABLED_SERVICES=rabbit,mysql,key
  21. ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch,n-novnc,n-cauth
  22. ENABLED_SERVICES+=,neutron,q-svc,q-dhcp,q-meta,q-lbaas
  23. ENABLED_SERVICES+=,s-proxy,s-object,s-container,s-account
  24. ENABLED_SERVICES+=,g-api,g-reg
  25. ENABLED_SERVICES+=,cinder,c-api,c-vol,c-sch,c-bak
  26. ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng
  27. ENABLED_SERVICES+=,horizon
  28.  
  29. disable_service q-agt
  30. disable_service q-l3
  31.  
  32. # Images
  33. # Use this image when creating test instances
  34. IMAGE_URLS+=",http://cdn.download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img"
  35.  
  36. # Type of virtualization to use. Options: kvm, lxc, qemu
  37. LIBVIRT_TYPE=kvm
  38.  
  39. # Cisco Nexus 1000
  40. Q_PLUGIN=cisco
  41. declare -a Q_CISCO_PLUGIN_SUBPLUGINS=(n1kv)
  42. #Q_CISCO_PLUGIN_RESTART_VSM=yes
  43. Q_CISCO_PLUGIN_VSM_IP=192.168.168.2
  44. Q_CISCO_PLUGIN_VSM_USERNAME=admin
  45. Q_CISCO_PLUGIN_VSM_PASSWORD=admin123
  46. Q_CISCO_PLUGIN_VSM_ISO_IMAGE=/opt/stack/cisco/VSM/Install/n1000v-dk9.5.2.1.SK3.1.1.iso
  47. 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
  48. NOVA_USE_QUANTUM_API=v2
  49. N1KV_VLAN_NET_PROFILE_NAME=vlan_test_profile
  50. N1KV_VLAN_NET_SEGMENT_RANGE=100-499
  51. #Q_CISCO_PLUGIN_INTEGRATION_BRIDGE=br-int
  52. #Q_CISCO_PLUGIN_HOST_MGMT_INTF=p3p1
  53. PHYSICAL_NETWORK=test-physnet1
  54. LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver
  55. VOLUME_BACKING_FILE_SIZE=2052M
  56.  
  57. # Branches
  58. KEYSTONE_BRANCH=stable/icehouse
  59. NOVA_BRANCH=stable/icehouse
  60. NEUTRON_BRANCH=stable/icehouse
  61. SWIFT_BRANCH=stable/icehouse
  62. GLANCE_BRANCH=stable/icehouse
  63. CINDER_BRANCH=stable/icehouse
  64. HEAT_BRANCH=stable/icehouse
  65. TROVE_BRANCH=stable/icehouse
  66. HORIZON_BRANCH=stable/icehouse
  67.  
  68. # Swift Configuration
  69. SWIFT_REPLICAS=1
  70. SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement