[[local|localrc]] HOST_IP=192.169.142.217 DEST=$HOME/src/cloud DATA_DIR=$DEST/data SERVICE_DIR=$DEST/status SCREEN_LOGDIR=$DATA_DIR/logs/ LOGFILE=/$DATA_DIR/logs/devstacklog.txt VERBOSE=True USE_SCREEN=True LOG_COLOR=True RABBIT_PASSWORD=123456 MYSQL_PASSWORD=123456 SERVICE_TOKEN=123456 SERVICE_PASSWORD=123456 ADMIN_PASSWORD=123456 # Only Compute and Neutron ENABLED_SERVICES=n-cpu,rabbit,quantum,q-agt # If you want Cinder, uncomment the below (and comment the above) # ENABLED_SERVICES=n-cpu,c-vol,rabbit,quantum,q-agt # Multi-node MULTI_HOST=1 # Host of Controller node SERVICE_HOST=192.169.142.107 MYSQL_HOST=$SERVICE_HOST RABBIT_HOST=$SERVICE_HOST Q_HOST=$SERVICE_HOST GLANCE_HOSTPORT=$SERVICE_HOST:9292 # Disable 'config' drive, this does *not* work with live migration FORCE_CONFIG_DRIVE=False VIRT_DRIVER=libvirt # To use nested KVM, uncomment the below line LIBVIRT_TYPE=kvm IMAGE_URLS="http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img" # Use `dnf` instead of `yum` to improve speed export YUM=dnf # To test on un-released Fedoras, uncomment the below line # FORCE=yes [[post-config|$NOVA_CONF]] [DEFAULT] # Disable 'config' drive, this does *not* work with live migration force_config_drive = False live_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_LIVE, VIR_MIGRATE_TUNNELLED block_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_LIVE, VIR_MIGRATE_NON_SHARED_INC # If Cinder is enabled, uncomment the below # [[post-config|$CINDER_CONF]] # [database] # connection = mysql://root:fedora@192.169.142.107/cinder?charset=utf8