[[local|localrc]] #OFFLINE=True RECLONE=True DEST=$HOME/src/cloud DATA_DIR=$DEST/data SERVICE_DIR=$DEST/status LOGFILE=/$DATA_DIR/logs/devstacklog.txt SUBUNIT_OUTPUT=$DEST/devstack.subunit VERBOSE=True ## Passwords ADMIN_PASSWORD=password DATABASE_PASSWORD=password RABBIT_PASSWORD=password HORIZON_PASSWORD=password SERVICE_PASSWORD=password SERVICE_TOKEN=no-token-password ## Minimal services (Nova, Neutron, Glance and Keystone only; no Cinder) ENABLED_SERVICES=g-api,g-reg,key,n-api,n-cpu,placement-api,n-sch,n-cond,mysql,rabbit,dstat,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta ## For Cinder, use this: #ENABLED_SERVICE=g-api,g-reg,key,c-api,c-bak,c-sch,c-vol,n-api,n-cpu,placement-api,n-sch,n-cond,mysql,rabbit,dstat,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta ## Neutron options PUBLIC_INTERFACE=ens4 OVS_PHYSICAL_BRIDGE=br-ex PUBLIC_BRIDGE=br-ex SUBNETPOOL_PREFIX_V4="10.0.10.0/24" ## Use the libvirt driver, of course ## VIRT_DRIVER=libvirt ## Use nested KVM LIBVIRT_TYPE=kvm ## Use the latest CirrOS IMAGE_URLS="http://download.cirros-cloud.net/0.3.6/cirros-0.3.6-x86_64-disk.img" ## To test on un-released Fedoras, uncomment the below line FORCE=yes ## E.g. if you want run DevStack with a specific patch (e.g. ## https://review.opendev.org/#/c/348394/10/) #NOVA_REPO=https://review.openstack.org/p/openstack/nova #NOVA_BRANCH=refs/changes/94/348394/10