We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Though the corresponding services works fine, keystone endpoint-get commands shows "publicURL endpoint for swift not found"
keystone endpoint-get
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 | +-------------+----------------------------------------------+
--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
The text was updated successfully, but these errors were encountered:
AJNOURI
No branches or pull requests
Though the corresponding services works fine,
keystone endpoint-get
commands shows "publicURL endpoint for swift not found"ajn@controller:~$ ```
keystone endpoint-create \
ajn@controller:~$ keystone endpoint-get --service swift
Same for other services:
ajn@controller:~$ keystone endpoint-get --service cinder
ajn@controller:~$ keystone endpoint-get --service glance
ajn@controller:~$ keystone endpoint-get --service neutron
The text was updated successfully, but these errors were encountered: