commit | a76929cc19c7ec21f656affed1efa770a9ea8d62 | [log] [tgz] |
---|---|---|
author | Tushar Kalra <tushar@cloudscaling.com> | Mon Mar 31 12:23:07 2014 -0700 |
committer | Tushar Kalra <tushar@cloudscaling.com> | Wed Apr 02 11:47:47 2014 -0700 |
tree | f6e3c2e7d74427c7e09eadcc92506dc17a8e0f36 | |
parent | 184f0153dfe4686a4a5a2183d9c1eb090a7aa0bb [diff] |
Trailing '/' throws error The error is seen when running against some keystone versions (details in the bug description). The documented way for listing services in keystone doesn't have the trailing '/': http://docs.openstack.org/api/openstack-identity-service/2.0/content/GET_listServices_v2.0_OS-KSADM_services_Service_Operations_OS-KSADM.html Additionally all the other API calls in the same file adhere to this standard. Change-Id: If3c13b2c46c30232071486ef8cc15492882417f9 Closes-bug: 1300397