Bug 1069932
| Summary: | [Docs] [Keystone] URL endpoint pullquote wrong | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Dan Trainor <dtrainor> |
| Component: | documentation | Assignee: | Suyog Sainkar <ssainkar> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Lopes <mlopes> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0 | CC: | adahms, dtrainor, mlopes, mwalker, nkinder, slong, yeylon |
| Target Milestone: | --- | Keywords: | Documentation, Triaged, ZStream |
| Target Release: | 5.0 (RHEL 7) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-25 02:17:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1250289 | ||
|
Description
Dan Trainor
2014-02-25 23:19:45 UTC
The pullquote also needs to contain '--service keystone', to identify that we're making a change against a 'keystone' identity service: [root@controller01 ~(keystone_admin)]$ keystone endpoint-create --service identity --publicurl 'https://10.16.0.180:443/keystone/main' --adminurl 'https://10.16.0.180:443/keystone/admin' No service with a name or ID of 'identity' exists. [root@controller01 ~(keystone_admin)]$ keystone endpoint-create --service keystone --publicurl 'https://10.16.0.180:443/keystone/main' --adminurl 'https://10.16.0.180:443/keystone/admin' +-------------+----------------------------------------+ | Property | Value | +-------------+----------------------------------------+ | adminurl | https://10.16.0.180:443/keystone/admin | | id | 065f10e439ff4cfdb7bafcc8db61f86a | | internalurl | | | publicurl | https://10.16.0.180:443/keystone/main | | region | regionOne | | service_id | 09e121c7c4874ba0b8b0b82163b51ac3 | +-------------+----------------------------------------+ [root@controller01 ~(keystone_admin)]$ This bug is being assigned to Bruce Reeler, who is now the designated docs specialist for the Identity Service. Assigning to Suyog, who is the designated author for Keystone. This content is now live on the Customer Portal. Closing. |