keystone_url
to http://keystone-api.openstack.svc.cluster.local:5000
in the skyline.yaml
configuration file to solve the problem.export
issue only occurs in DevStack, right?Hello,Somehow the RC file generated by Skyline appends the /v3 in the RC file:
export OS_AUTH_URL=https://keystone.new-jersey.cloud.mydomain.com/v3/v3
I have the following openstack endpoints:
openstack endpoint list |grep keys
| 176a31c6e38d48c8a156589f0985ddd6 | RegionOne | keystone | identity | True | internal | http://keystone-api.openstack.svc.cluster.local:5000/v3 |
| b0a8e1e6739c4d18bd1682e96a72c5a5 | RegionOne | keystone | identity | True | admin | http://keystone.openstack.svc.cluster.local/v3 |
| ffb26525285446629a1490d1fcee309d | RegionOne | keystone | identity | True | public | https://keystone.new-jersey.cloud.mydomain.com/v3
In the skyline I use internal interface and the internal keystone url
# cat /etc/skyline/skyline.yaml | egrep "interface|url"
interface_type: internal
keystone_url: http://keystone-api.openstack.svc.cluster.local:5000/v3image 99cloud/skyline:latest