Enable g-api and n-api for glance_store functional

The check to test if glance_store should be installed from git
is under install_glance in the lib/glance. This is only called if
"is_service_enabled g-api n-api" is true, so these need to be in the
ENABLED_SERVICES.

This should solve the "The following LIBS_FROM_GIT were not installed
correct:  glance_store" error.

Change-Id: I33e3507c818d3f65242e11276f951b64a7da0cb0
This commit is contained in:
Niall Bunting 2016-04-18 17:14:19 +00:00
parent 5c9801eb6b
commit d93899e913

View File

@ -51,6 +51,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export ENABLED_SERVICES=g-api,n-api
export BRANCH_OVERRIDE={branch-override}
export PROJECTS="openstack/glance_store $PROJECTS"
export DEVSTACK_PROJECT_FROM_GIT=glance_store