Guest User

Untitled

a guest
Jan 30th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. [[local|localrc]]
  2. ADMIN_PASSWORD=pass
  3. MYSQL_PASSWORD=pass
  4. RABBIT_PASSWORD=pass
  5. SERVICE_PASSWORD=$ADMIN_PASSWORD
  6. SERVICE_TOKEN=pass
  7.  
  8. # Enable Swift
  9. enable_service s-proxy s-object s-container s-account
  10.  
  11. SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5
  12. SWIFT_REPLICAS=1
  13. SWIFT_DATA_DIR=$DEST/data
  14.  
  15. # Force checkout prerequisites
  16. # FORCE_PREREQ=1
  17.  
  18. # keystone is now configured by default to use PKI as the token format
  19. # which produces huge tokens.
  20. # set UUID as keystone token format which is much shorter and easier to
  21. # work with.
  22. KEYSTONE_TOKEN_FORMAT=UUID
  23.  
  24. # Change the FLOATING_RANGE to whatever IPs VM is working in.
  25. # In NAT mode it is the subnet VMware Fusion provides, in bridged mode
  26. # it is your local network. But only use the top end of the network by
  27. # using a /27 and starting at the 224 octet.
  28. HOST_IP=127.0.0.1
  29. FLOATING_RANGE=10.0.2.56/27
  30.  
  31. # Enable logging
  32. SCREEN_LOGDIR=$DEST/logs/screen
  33.  
  34. # Set ``OFFLINE`` to ``True`` to configure ``stack.sh`` to run cleanly
  35. # without Internet access. ``stack.sh`` must have been previously run
  36. # with Internet access to install prerequisites and fetch repositories.
  37. # OFFLINE=True
  38.  
  39. # Enable sahara
  40. enable_plugin sahara git://git.openstack.org/openstack/sahara
  41.  
  42. #enable celiometer
  43. enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer
Add Comment
Please, Sign In to add comment