In case you missed this through other channels, the uci-engine deploy.py script requires some additional environment variables. This is to handle the prodstack deployments which require separate credentials for swift vs glance/nova. Most development deployments can set them as described here:
export GLANCE_OS_AUTH_URL=$OS_AUTH_URL export GLANCE_OS_USERNAME=$OS_USERNAME export GLANCE_OS_PASSWORD=$OS_PASSWORD export GLANCE_OS_TENANT_NAME=$OS_TENANT_NAME export GLANCE_OS_REGION_NAME=$OS_REGION_NAME Francis -- Francis Ginther Canonical - Ubuntu Engineering - Continuous Integration Team
-- Mailing list: https://launchpad.net/~canonical-ci-engineering Post to : [email protected] Unsubscribe : https://launchpad.net/~canonical-ci-engineering More help : https://help.launchpad.net/ListHelp

