[[local|localrc]] SCREEN_LOGDIR=/opt/stack/log VERBOSE=True RECLONE=yes LIBVIRT_TYPE=xen DATABASE_PASSWORD=password MYSQL_PASSWORD=password RABBIT_PASSWORD=password SERVICE_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50 SERVICE_PASSWORD=password ADMIN_PASSWORD=password SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5 # Note that we do not deploy cinder here because there is no emulated # hotpluggable block device on arm64 yet (see # https://cards.linaro.org/browse/CARD-1270) ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,n-sch,n-cauth,horizon,rabbit,tempest,mysql,s-proxy,s-object,s-container,s-account,c-sch,c-api,c-vol SWIFT_REPLICAS=1 SWIFT_DATA_DIR=$DEST/data/swift IMAGE_URLS=http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-arm64.tar.gz LOGFILE=$DEST/log/stack.sh.log NOVA_REPO=git://git.linaro.org/people/clark.laughlin/nova.git NOVA_BRANCH=linaro/wip-xenarm # settings for exercises DEFAULT_IMAGE_NAME=linaro-minimal-arm64-uec SKIP_EXERCISES=euca,bundle SKIP_VOLUME_ATTACH_TEST=1 ACTIVE_TIMEOUT=300 DEFAULT_VOLUME_SIZE=2 # make sure this does not conflict with the address ranges used by the physical network interfaces FIXED_RANGE=192.168.1.0/24 # From # https://github.com/openstack-infra/devstack-gate/blob/master/devstack-vm-gate.sh#L213 API_RATE_LIMIT=False VOLUME_BACKING_FILE_SIZE=24G TEMPEST_HTTP_IMAGE=http://127.0.0.1/static/dashboard/img/favicon.ico [[post-config|$NOVA_CONF]] [DEFAULT] vnc_enabled = False [libvirt] images_type=raw [[post-extra|$TEMPEST_CONFIG]] [compute-feature-enabled] # Suspend/migration is not yet supported, see # https://cards.linaro.org/browse/CARD-419 suspend = False [scenario] ssh_user = root