Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keystone endpoint-get: publicURL endpoint for <> not found #20

Open
AJNOURI opened this issue Oct 13, 2016 · 0 comments
Open

keystone endpoint-get: publicURL endpoint for <> not found #20

AJNOURI opened this issue Oct 13, 2016 · 0 comments

Comments

@AJNOURI
Copy link
Owner

AJNOURI commented Oct 13, 2016

Though the corresponding services works fine,
keystone endpoint-get commands shows "publicURL endpoint for swift not found"

ajn@controller:~$ ```
keystone endpoint-create \

--service-id=$(keystone service-list | awk '/ object-store / {print $2}')
--publicurl="http://swiftProxy:8080/v1/AUTH_%(tenant_id)s"
--internalurl="http://swiftProxy:8080/v1/AUTH_%(tenant_id)s"
--adminurl="http://swiftProxy:8080"
--region regionOne


+-------------+----------------------------------------------+
|   Property  |                    Value                     |
+-------------+----------------------------------------------+
|   adminurl  |            http://swiftProxy:8080            |
|      id     |       a3a8732079e245ccbe4efcddc065cd12       |
| internalurl | http://swiftProxy:8080/v1/AUTH_%(tenant_id)s |
|  publicurl  | http://swiftProxy:8080/v1/AUTH_%(tenant_id)s |
|    region   |                  regionOne                   |
|  service_id |       1f53ecf0429444238e3f9e816b8cc4f9       |
+-------------+----------------------------------------------+

ajn@controller:~$ keystone endpoint-get --service swift

publicURL endpoint for swift not found

Same for other services:

ajn@controller:~$ keystone endpoint-get --service cinder

publicURL endpoint for cinder not found

ajn@controller:~$ keystone endpoint-get --service glance

publicURL endpoint for glance not found

ajn@controller:~$ keystone endpoint-get --service neutron

publicURL endpoint for neutron not found

@AJNOURI AJNOURI self-assigned this Oct 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant