Advertisement
Guest User

Keystone endpoint-create

a guest
Apr 17th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. root@stack1:~# keystone $KTOK $KEND endpoint-create --region RegionOne --service_id=86a3b9d4c44c4250b8e56cb3009cd6df --publicurl="http://10.3.10.211:8774/v2/%(tenant_id)s" --internalurl="http://10.3.10.211:8774/v2/%(tenant_id)s" --adminurl="http://10.3.10.211:8774/v2/%(tenant_id)s"
  2. +-------------+------------------------------------------+
  3. | Property | Value |
  4. +-------------+------------------------------------------+
  5. | adminurl | http://10.3.10.211:8774/v2/%(tenant_id)s |
  6. | id | fba117167aca41528ee78b7a8d1ea5d4 |
  7. | internalurl | http://10.3.10.211:8774/v2/%(tenant_id)s |
  8. | publicurl | http://10.3.10.211:8774/v2/%(tenant_id)s |
  9. | region | RegionOne |
  10. | service_id | 86a3b9d4c44c4250b8e56cb3009cd6df |
  11. +-------------+------------------------------------------+
  12. root@stack1:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement