jolausa

Untitled

May 11th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. root@dba1aad2a587:~# openstack endpoint list --long
  2. +----------------------------------+-----------+--------------+----------------+-----------------------------------+-----------------------------------+--------------------------------------+
  3. | ID | Region | Service Name | Service Type | PublicURL | AdminURL | InternalURL |
  4. +----------------------------------+-----------+--------------+----------------+-----------------------------------+-----------------------------------+--------------------------------------+
  5. | c630012965ba488bb6d1f4df468dc7d8 | RegionOne | cinder | volume | http://172.30.10.3:8776/v1/%(tena | http://192.168.1.2:8776/v1/%(tena | http://192.168.1.2:8776/v1/%(tenant_ |
  6. | | | | | nt_id)s | nt_id)s | id)s |
  7. | d555794e0415413ca1adb7787d54f81a | RegionOne | nova_ec2 | ec2 | http://172.30.10.3:8773/services/ | http://192.168.1.2:8773/services/ | http://192.168.1.2:8773/services/Clo |
  8. | | | | | Cloud | Admin | ud |
  9. | 63bd877d44074011a470729c73b54935 | RegionOne | nova | compute | http://172.30.10.3:8774/v2/%(tena | http://192.168.1.2:8774/v2/%(tena | http://192.168.1.2:8774/v2/%(tenant_ |
  10. | | | | | nt_id)s | nt_id)s | id)s |
  11. | a0a0c395ceb44809af914938ecbc3bde | RegionOne | heat | orchestration | http://172.30.10.3:8004/v1/%(tena | http://192.168.1.2:8004/v1/%(tena | http://192.168.1.2:8004/v1/%(tenant_ |
  12. | | | | | nt_id)s | nt_id)s | id)s |
  13. | 8028a4435e694a9099153d4d38eb37d1 | RegionOne | cinderv2 | volumev2 | http://172.30.10.3:8776/v2/%(tena | http://192.168.1.2:8776/v2/%(tena | http://192.168.1.2:8776/v2/%(tenant_ |
  14. | | | | | nt_id)s | nt_id)s | id)s |
  15. | c400709f4cfd49cbbc3e7b7fcdd5dcff | RegionOne | ceilometer | metering | http://172.30.10.3:8777 | http://192.168.1.2:8777 | http://192.168.1.2:8777 |
  16. | e5f66419d5be4eb896f02586e3e46d12 | RegionOne | glance | image | http://172.30.10.3:9292 | http://192.168.1.2:9292 | http://192.168.1.2:9292 |
  17. | 6fae91c49d2f4b2c992de0b52e9e6ecf | RegionOne | swift_s3 | s3 | http://172.30.10.3:8080 | http://192.168.1.2:8080 | http://192.168.1.2:8080 |
  18. | 0a386cf050334a2ba4c0cf6ed8816461 | RegionOne | heat-cfn | cloudformation | http://172.30.10.3:8000/v1 | http://192.168.1.2:8000/v1 | http://192.168.1.2:8000/v1 |
  19. | 6bc4c462ca9e460fb6024720979f1119 | RegionOne | novav3 | computev3 | http://172.30.10.3:8774/v3 | http://192.168.1.2:8774/v3 | http://192.168.1.2:8774/v3 |
  20. | 6dcc15b02fa0481eb1b3aabfa04e8733 | RegionOne | swift | object-store | http://172.30.10.3:8080/v1/AUTH_% | http://192.168.1.2:8080/v1/AUTH_% | http://192.168.1.2:8080/v1/AUTH_%(te |
  21. | | | | | (tenant_id)s | (tenant_id)s | nant_id)s |
  22. | bb6120fa5bee4ea4bde09f340a9a7c0c | RegionOne | neutron | network | http://172.30.10.3:9696 | http://192.168.1.2:9696 | http://192.168.1.2:9696 |
  23. | a1fd7a168fe44fcd921e0434d0b94a77 | RegionOne | keystone | identity | http://172.30.10.3:5000/v2.0 | http://192.168.1.2:35357/v2.0 | http://192.168.1.2:5000/v2.0 |
  24. +----------------------------------+-----------+--------------+----------------+-----------------------------------+-----------------------------------+--------------------------------------+
  25.  
  26.  
  27. root@dba1aad2a587:~# nc -vz 192.168.1.2 35357
  28. Connection to 192.168.1.2 35357 port [tcp/*] succeeded!
  29.  
  30.  
  31.  
  32. root@dba1aad2a587:~# nc -vz 172.30.10.3 5000
  33. Connection to 172.30.10.3 5000 port [tcp/*] succeeded!
Advertisement
Add Comment
Please, Sign In to add comment