Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- vagrant@Ubuntu64:~$ keystone service-list
- +----------------------------------+----------+----------------+-----------------------------+
- | id | name | type | description |
- +----------------------------------+----------+----------------+-----------------------------+
- | 493f69794e174740a0d9ba5c320cdd4e | cinder | volume | Cinder Volume Service |
- | c5768a519fd74b89835310791196ecc2 | cinderv2 | volumev2 | Cinder Volume Service V2 |
- | a19ace27a7a54d7eb3aee8a86ab4761e | ec2 | ec2 | EC2 Compatibility Layer |
- | b65e889676144da5b03ef018419194ee | glance | image | Glance Image Service |
- | 71021b1cd2444359bb9da7357b0ce134 | heat | orchestration | Heat Orchestration Service |
- | cc8713522aab475380845610590b771d | heat-cfn | cloudformation | Heat CloudFormation Service |
- | 3b63d194110a41d38b1fe51b91b52662 | keystone | identity | Keystone Identity Service |
- | 58f8fa191610461ca3976d713201516b | neutron | network | Neutron Service |
- | c8197ca6ac0941deb272d1b72ca4bff7 | nova | compute | Nova Compute Service |
- | ebee5c86f3ed4344b4c40439d15e5a51 | novav21 | computev21 | Nova Compute Service V2.1 |
- | 34ffb502e59048be965b310522464b5c | s3 | s3 | S3 |
- +----------------------------------+----------+----------------+-----------------------------+
- vagrant@Ubuntu64:~$ keystone endpoint-create --service_id 3b63d194110a41d38b1fe51b91b52662 --publicurl "http://127.0.0.1:8774 /v1.1/\$(tenant_i d)s" --adminurl " http://127.0.0.1:8774 /v1.1/\$(tenant_i d)s" --internalurl "http://127.0.0.1:8774 /v1.1/\$(tenant_i d)s"
- +-------------+---------------------------------------------+
- | Property | Value |
- +-------------+---------------------------------------------+
- | adminurl | http://127.0.0.1:8774 /v1.1/$(tenant_i d)s |
- | id | 2cfc9261ce634c6a996394aa309fd758 |
- | internalurl | http://127.0.0.1:8774 /v1.1/$(tenant_i d)s |
- | publicurl | http://127.0.0.1:8774 /v1.1/$(tenant_i d)s |
- | region | regionOne |
- | service_id | 3b63d194110a41d38b1fe51b91b52662 |
- +-------------+---------------------------------------------+
- vagrant@Ubuntu64:~$ keystone endpoint-create --service_id 3b63d194110a41d38b1fe51b91b52662 --publicurl "http://127.0.0.1:8774 /v1.1/\$(tenant_id)s" --adminurl " http://127.0.0.1:8774 /v1.1/\$(tenant_id)s" --internalurl "http://127.0.0.1:8774 /v1.1/\$(tenant_id)s"
- +-------------+--------------------------------------------+
- | Property | Value |
- +-------------+--------------------------------------------+
- | adminurl | http://127.0.0.1:8774 /v1.1/$(tenant_id)s |
- | id | 860843c8c6984cec8f5ae1bd2d4808ef |
- | internalurl | http://127.0.0.1:8774 /v1.1/$(tenant_id)s |
- | publicurl | http://127.0.0.1:8774 /v1.1/$(tenant_id)s |
- | region | regionOne |
- | service_id | 3b63d194110a41d38b1fe51b91b52662 |
- +-------------+--------------------------------------------+
- vagrant@Ubuntu64:~$ keystone catalog
- Service: computev21
- +-------------+---------------------------------------------------------------+
- | Property | Value |
- +-------------+---------------------------------------------------------------+
- | adminURL | http://10.10.10.24:8774/v2.1/0a51450278d5464fbd01b4ae280dd464 |
- | id | 7c9da28362774290b9af7fcf1f330c33 |
- | internalURL | http://10.10.10.24:8774/v2.1/0a51450278d5464fbd01b4ae280dd464 |
- | publicURL | http://10.10.10.24:8774/v2.1/0a51450278d5464fbd01b4ae280dd464 |
- | region | RegionOne |
- +-------------+---------------------------------------------------------------+
- Service: compute
- +-------------+-------------------------------------------------------------+
- | Property | Value |
- +-------------+-------------------------------------------------------------+
- | adminURL | http://10.10.10.24:8774/v2/0a51450278d5464fbd01b4ae280dd464 |
- | id | 228c68ad6279412d8ea0d921a41e5081 |
- | internalURL | http://10.10.10.24:8774/v2/0a51450278d5464fbd01b4ae280dd464 |
- | publicURL | http://10.10.10.24:8774/v2/0a51450278d5464fbd01b4ae280dd464 |
- | region | RegionOne |
- +-------------+-------------------------------------------------------------+
- Service: network
- +-------------+----------------------------------+
- | Property | Value |
- +-------------+----------------------------------+
- | adminURL | http://10.10.10.24:9696/ |
- | id | 23a9ad6315a44d05bd3919c972b21762 |
- | internalURL | http://10.10.10.24:9696/ |
- | publicURL | http://10.10.10.24:9696/ |
- | region | RegionOne |
- +-------------+----------------------------------+
- Service: volumev2
- +-------------+-------------------------------------------------------------+
- | Property | Value |
- +-------------+-------------------------------------------------------------+
- | adminURL | http://10.10.10.24:8776/v2/0a51450278d5464fbd01b4ae280dd464 |
- | id | 1ef53fdfb32746479e07b75623b77465 |
- | internalURL | http://10.10.10.24:8776/v2/0a51450278d5464fbd01b4ae280dd464 |
- | publicURL | http://10.10.10.24:8776/v2/0a51450278d5464fbd01b4ae280dd464 |
- | region | RegionOne |
- +-------------+-------------------------------------------------------------+
- Service: s3
- +-------------+----------------------------------+
- | Property | Value |
- +-------------+----------------------------------+
- | adminURL | http://10.10.10.24:3333 |
- | id | 449a451c7e7e40c5a6523270f2225efb |
- | internalURL | http://10.10.10.24:3333 |
- | publicURL | http://10.10.10.24:3333 |
- | region | RegionOne |
- +-------------+----------------------------------+
- Service: image
- +-------------+----------------------------------+
- | Property | Value |
- +-------------+----------------------------------+
- | adminURL | http://10.10.10.24:9292 |
- | id | 58caf87c449045368f759febd72876ae |
- | internalURL | http://10.10.10.24:9292 |
- | publicURL | http://10.10.10.24:9292 |
- | region | RegionOne |
- +-------------+----------------------------------+
- Service: cloudformation
- +-------------+----------------------------------+
- | Property | Value |
- +-------------+----------------------------------+
- | adminURL | http://10.10.10.24:8000/v1 |
- | id | 8a0d44ff434d4fdd9aca219ab3a0a3a2 |
- | internalURL | http://10.10.10.24:8000/v1 |
- | publicURL | http://10.10.10.24:8000/v1 |
- | region | RegionOne |
- +-------------+----------------------------------+
- Service: volume
- +-------------+-------------------------------------------------------------+
- | Property | Value |
- +-------------+-------------------------------------------------------------+
- | adminURL | http://10.10.10.24:8776/v1/0a51450278d5464fbd01b4ae280dd464 |
- | id | 40287d65a4264ec7b6eba3a6cf982f98 |
- | internalURL | http://10.10.10.24:8776/v1/0a51450278d5464fbd01b4ae280dd464 |
- | publicURL | http://10.10.10.24:8776/v1/0a51450278d5464fbd01b4ae280dd464 |
- | region | RegionOne |
- +-------------+-------------------------------------------------------------+
- Service: ec2
- +-------------+----------------------------------------+
- | Property | Value |
- +-------------+----------------------------------------+
- | adminURL | http://10.10.10.24:8773/services/Admin |
- | id | 6565f67c8fe14e638300df1c20a964f6 |
- | internalURL | http://10.10.10.24:8773/services/Cloud |
- | publicURL | http://10.10.10.24:8773/services/Cloud |
- | region | RegionOne |
- +-------------+----------------------------------------+
- Service: orchestration
- +-------------+-------------------------------------------------------------+
- | Property | Value |
- +-------------+-------------------------------------------------------------+
- | adminURL | http://10.10.10.24:8004/v1/0a51450278d5464fbd01b4ae280dd464 |
- | id | 06c08bfdaa3b4a48bee991ca67283add |
- | internalURL | http://10.10.10.24:8004/v1/0a51450278d5464fbd01b4ae280dd464 |
- | publicURL | http://10.10.10.24:8004/v1/0a51450278d5464fbd01b4ae280dd464 |
- | region | RegionOne |
- +-------------+-------------------------------------------------------------+
- Service: identity
- +-------------+----------------------------------+
- | Property | Value |
- +-------------+----------------------------------+
- | adminURL | http://10.10.10.24:35357/v2.0 |
- | id | 0a3b6c6df1de44eb89b76378573131ab |
- | internalURL | http://10.10.10.24:5000/v2.0 |
- | publicURL | http://10.10.10.24:5000/v2.0 |
- | region | RegionOne |
- +-------------+----------------------------------+
- +-------------+---------------------------------------------------------------+
- | Property | Value |
- +-------------+---------------------------------------------------------------+
- | adminURL | http://127.0.0.1:8774 /v1.1/0a51450278d5464fbd01b4ae280dd464 |
- | id | 0fd3a911070e4a379c743491e7d00ae2 |
- | internalURL | http://127.0.0.1:8774 /v1.1/0a51450278d5464fbd01b4ae280dd464 |
- | publicURL | http://127.0.0.1:8774 /v1.1/0a51450278d5464fbd01b4ae280dd464 |
- | region | regionOne |
- +-------------+---------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment