Advertisement
Yannovitch

localrc

Sep 18th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. # Passwords
  2. # NOTE: these need to be specified, otherwise devstack will try
  3. # to prompt for these passwords, blocking the install process.
  4.  
  5. MYSQL_PASSWORD=
  6. SERVICE_TOKEN=
  7. ADMIN_PASSWORD=
  8. SERVICE_PASSWORD=
  9. RABBIT_PASSWORD=
  10. SWIFT_HASH="66a3d6b56c1f479c8b4e70ab5c2000f5"
  11. # This will be the password for the OpenStack VM (both stack and root users)
  12. GUEST_PASSWORD=
  13.  
  14. # XenAPI parameters
  15. # NOTE: The following must be set to your XenServer root password!
  16.  
  17. XENAPI_PASSWORD=
  18.  
  19. XENAPI_CONNECTION_URL="http://mithrandir.justdoo.it"
  20. VNCSERVER_PROXYCLIENT_ADDRESS=mithrandir.justdoo.it
  21.  
  22. # Download a vhd and a uec image
  23. IMAGE_URLS="\
  24. https://github.com/downloads/citrix-openstack/warehouse/cirros-0.3.0-x86_64-disk.vhd.tgz,\
  25. http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz"
  26.  
  27. # Explicitly set virt driver
  28. VIRT_DRIVER=xenserver
  29.  
  30. # Explicitly enable multi-host for nova-network HA
  31. MULTI_HOST=1
  32.  
  33. # Give extra time for boot
  34. ACTIVE_TIMEOUT=45
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement