Advertisement
Guest User

Untitled

a guest
Dec 7th, 2012
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. client@admin:~$ quantum subnet-update stackato-subnet --dns-nameservers list=true 192.168.5.51 8.8.8.8
  2. Updated subnet: stackato-subnet
  3. client@admin:~$ quantum subnet-show stackato-subnet
  4. +------------------+--------------------------------------------------+
  5. | Field | Value |
  6. +------------------+--------------------------------------------------+
  7. | allocation_pools | {"start": "172.16.54.2", "end": "172.16.54.254"} |
  8. | cidr | 172.16.54.0/24 |
  9. | dns_nameservers | |
  10. | enable_dhcp | True |
  11. | gateway_ip | 172.16.54.1 |
  12. | host_routes | |
  13. | id | 62f7d6fa-92fa-4804-a27a-8cd8c2e82c5c |
  14. | ip_version | 4 |
  15. | name | stackato-subnet |
  16. | network_id | 895c503e-ea9b-4cb8-a6f0-55fd4c2d217a |
  17. | tenant_id | 5e3b4f8652564e70a89b1b30e1cea41b |
  18. +------------------+--------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement