Advertisement
Guest User

Keystone endpoint-create

a guest
Apr 17th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 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. bash: syntax error near unexpected token `('
  3. 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'
  4. +-------------+-------------------------------------------+
  5. | Property | Value |
  6. +-------------+-------------------------------------------+
  7. | adminurl | http://10.3.10.211:8774/v2/\$(tenant_id)s |
  8. | id | 3ea39c18a9004b7abd1fa91100d1f137 |
  9. | internalurl | http://10.3.10.211:8774/v2/\$(tenant_id)s |
  10. | publicurl | http://10.3.10.211:8774/v2/\$(tenant_id)s |
  11. | region | RegionOne |
  12. | service_id | 86a3b9d4c44c4250b8e56cb3009cd6df |
  13. +-------------+-------------------------------------------+
  14. root@stack1:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement