summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-05-23 11:43:40 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-26 11:32:11 -0400
commit94d6272ce25884deb660d60a3cb4b12007d9a977 (patch)
treeb8be16c91bcf0b39a7660b9113887e1b9e921206 /meta-openstack/recipes-devtools/python/python-keystone
parent799542c21801d7b78248e3b472d81864c62b8f55 (diff)
downloadmeta-cloud-services-94d6272ce25884deb660d60a3cb4b12007d9a977.tar.gz
tempest image client not specify version
Currently glance keystone endpoints URLs include "v2/" at the end (e.g. http://<glance server ip>:9292:v2/). This means glance should only be talked to using v2. For tempest image testcases, image_client.py gets URLs from keystones and appends additional version into these URL strings (e.g. htt://<glance server ip>:9292:v2/v2/images) which causes glance not to understand the command and return error: NotFound: Object not found Details: 404 Not Found The resource could not be found. In our case, we use the "v2" from URLs. We also disable v1 image testcases as it's not possible to test v1 with current glance endpoind URLs. Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone')
0 files changed, 0 insertions, 0 deletions