Last active
December 17, 2015 01:49
-
-
Save jtomasek/5531292 to your computer and use it in GitHub Desktop.
devstack/localrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sample for this file is in samples/localrc | |
# http://fedoraproject.org/wiki/OpenStack_devstack | |
# http://devstack.org/localrc.html | |
DEST=$HOME/src/openstack | |
DATA_DIR=$DEST/data | |
LOGFILE=$DATA_DIR/logs/stack.log | |
SCREEN_LOGDIR=$DATA_DIR/logs | |
VERBOSE=False | |
disable_service rabbit | |
enable_service qpid | |
disable_service mysql | |
enable_service postgresql | |
HOST_IP_IFACE=eth0 | |
PUBLIC_INTERFACE=eth0 | |
VLAN_INTERFACE=eth0 | |
FLAT_INTERFACE=eth0 | |
DATABASE_PASSWORD=badpassword | |
SERVICE_TOKEN=badpassword | |
SERVICE_PASSWORD=badpassword | |
ADMIN_PASSWORD=badpassword | |
IMAGE_URLS="http://berrange.fedorapeople.org/images/2012-02-29/f16-x86_64-openstack-sda.qcow2" | |
# swift configuration | |
ENABLED_SERVICES+=,swift | |
SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f4 | |
SWIFT_REPLICAS=1 | |
SWIFT_DATA_DIR=$DEST/data | |
# quantum configuration (https://wiki.openstack.org/wiki/QuantumDevstack) | |
disable_service n-net | |
enable_service q-svc | |
enable_service q-agt | |
enable_service q-dhcp | |
enable_service q-l3 | |
enable_service q-meta | |
enable_service quantum | |
# Optional, to enable tempest configuration as part of devstack | |
enable_service tempest | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment