AJNOURI / COA

Openstack Foundation Openstack Certified Administrator exam Preparation
MIT License
45 stars 37 forks source link

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

Open AJNOURI opened 8 years ago

AJNOURI commented 8 years ago

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