Advertisement
adhioutlined

INSTANCE-PROPERTY_myLiberty_XSNEUTRON

Sep 23rd, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.88 KB | None | 0 0
  1. # neutron security-group-list --tenant-id e05a8b632b4145d484b5353048a8e371
  2. +--------------------------------------+-----------+----------------------+
  3. | id                                   | name      | security_group_rules |
  4. +--------------------------------------+-----------+----------------------+
  5. | aee045f0-a448-4a21-ab6d-89db8182c71e | testrule1 |                      |
  6. | d1306022-ef55-4934-b65a-756ab4a6dcc8 | default   |                      |
  7. +--------------------------------------+-----------+----------------------+
  8.  
  9. # nova secgroup-list
  10. +--------------------------------------+-----------+------------------------+
  11. | Id                                   | Name      | Description            |
  12. +--------------------------------------+-----------+------------------------+
  13. | d1306022-ef55-4934-b65a-756ab4a6dcc8 | default   | Default security group |
  14. | aee045f0-a448-4a21-ab6d-89db8182c71e | testrule1 |                        |
  15. +--------------------------------------+-----------+------------------------+
  16. # nova secgroup-list-rules default
  17. +-------------+-----------+---------+----------+--------------+
  18. | IP Protocol | From Port | To Port | IP Range | Source Group |
  19. +-------------+-----------+---------+----------+--------------+
  20. +-------------+-----------+---------+----------+--------------+
  21. # nova secgroup-list-rules testrule1
  22. +-------------+-----------+---------+----------+--------------+
  23. | IP Protocol | From Port | To Port | IP Range | Source Group |
  24. +-------------+-----------+---------+----------+--------------+
  25. +-------------+-----------+---------+----------+--------------+
  26.  
  27.  
  28. # nova show test18 --minimal
  29. +--------------------------------------+----------------------------------------------------------+
  30. | Property                             | Value                                                    |
  31. +--------------------------------------+----------------------------------------------------------+
  32. | OS-DCF:diskConfig                    | AUTO                                                     |
  33. | OS-EXT-AZ:availability_zone          | nova                                                     |
  34. | OS-EXT-SRV-ATTR:host                 | opscomp1-srg                                             |
  35. | OS-EXT-SRV-ATTR:hypervisor_hostname  | vagxen2-srg                                              |
  36. | OS-EXT-SRV-ATTR:instance_name        | instance-00000022                                        |
  37. | OS-EXT-STS:power_state               | 1                                                        |
  38. | OS-EXT-STS:task_state                | -                                                        |
  39. | OS-EXT-STS:vm_state                  | active                                                   |
  40. | OS-SRV-USG:launched_at               | 2016-09-23T04:13:17.000000                               |
  41. | OS-SRV-USG:terminated_at             | -                                                        |
  42. | accessIPv4                           |                                                          |
  43. | accessIPv6                           |                                                          |
  44. | config_drive                         |                                                          |
  45. | created                              | 2016-09-23T03:55:44Z                                     |
  46. | flavor                               | 1                                                        |
  47. | hostId                               | 2ce10c08e28cd8a218911a1198a976fe3ca2ba3b7858cdc5c9cd6f5b |
  48. | id                                   | a6d04783-f26e-4ce0-99fc-dd586b7b2240                     |
  49. | image                                | cc9ff355-581b-4a25-af21-0c965bd3c888                     |
  50. | key_name                             | -                                                        |
  51. | metadata                             | {}                                                       |
  52. | name                                 | test18                                                   |
  53. | os-extended-volumes:volumes_attached | []                                                       |
  54. | private network                      | 10.0.1.23, MY_PUBLIC_IP                                  |
  55. | progress                             | 0                                                        |
  56. | security_groups                      | testrule1                                                |
  57. | status                               | ACTIVE                                                   |
  58. | tenant_id                            | e05a8b632b4145d484b5353048a8e371                         |
  59. | updated                              | 2016-09-23T07:41:04Z                                     |
  60. | user_id                              | ee0bcafdf0fb4514be1c356967ef2adf                         |
  61. +--------------------------------------+----------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement