Guest User

Untitled

a guest
Jun 25th, 2014
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. # Credentials
  2. DATABASE_PASSWORD=password
  3. ADMIN_PASSWORD=password
  4. SERVICE_PASSWORD=password
  5. SERVICE_TOKEN=password
  6. RABBIT_PASSWORD=password
  7.  
  8. HOST_IP=<hostip>
  9.  
  10. # Services
  11. ENABLED_SERVICES=rabbit,mysql,key
  12. ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch,n-novnc,n-cauth
  13. ENABLED_SERVICES+=,neutron,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-lbaas
  14. #ENABLED_SERVICES+=,s-proxy,s-object,s-container,s-account
  15. ENABLED_SERVICES+=,g-api,g-reg
  16. ENABLED_SERVICES+=,cinder,c-api,c-vol,c-sch,c-bak
  17. ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng
  18. #ENABLED_SERVICES+=,trove,tr-api,tr-tmgr,tr-cond
  19. ENABLED_SERVICES+=,horizon
  20.  
  21.  
  22. # Images for Performance Testing.
  23. IMAGE_URLS+=",http://<address of your local server>/images/openstack/cirros-0.3.2-x86_64-disk.img"
  24. IMAGE_URLS+=",http://<address of your local server>/images/openstack/F17-x86_64-cfntools.qcow2"
  25.  
  26.  
  27. # Branches
  28. KEYSTONE_BRANCH=stable/icehouse
  29. NOVA_BRANCH=stable/icehouse
  30. NEUTRON_BRANCH=stable/icehouse
  31. SWIFT_BRANCH=stable/icehouse
  32. GLANCE_BRANCH=stable/icehouse
  33. CINDER_BRANCH=stable/icehouse
  34. HEAT_BRANCH=stable/icehouse
  35. TROVE_BRANCH=stable/icehouse
  36. HORIZON_BRANCH=stable/icehouse
  37.  
  38. # Swift Configuration
  39. SWIFT_REPLICAS=1
  40. SWIFT_HASH=66a3d6b56c1f47912345678b5c2000f5
  41.  
  42. # Enable Logging
  43. LOGFILE=/opt/stack/logs/stack.sh.log
  44. VERBOSE=True
  45. LOG_COLOR=True
  46. SCREEN_LOGDIR=/opt/stack/logs
Advertisement
Add Comment
Please, Sign In to add comment