Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###IP Configuration
- HOST_IP=10.0.2.15
- SAHARA_BRANCH=stable/juno
- #Credentials
- ADMIN_PASSWORD=password
- DATABASE_PASSWORD=password
- RABBIT_PASSWORD=password
- SERVICE_PASSWORD=password
- SERVICE_TOKEN=password
- #Swift Requirements
- enable_service s-proxy s-object s-container s-account
- SWIFT_REPLICAS=1
- SWIFT_HASH=password
- FLOATING_RANGE=172.24.4.0/24
- # Enable auto assignment of floating IPs. By default Sahara expects this setting to be enabled
- EXTRA_OPTS=(auto_assign_floating_ip=True)
- #Log Output
- LOGFILE=/opt/stack/logs/stack.sh.log
- VERBOSE=True
- LOG_COLOR=False
- SCREEN_LOGDIR=/opt/stack/logs
- # Enable Sahara
- ENABLED_SERVICES+=,sahara
Advertisement
Add Comment
Please, Sign In to add comment