Comment 13 for bug 1176661

Revision history for this message
Saso Kavcic (sasokavcic66) wrote :

I have reported the deleting issue as a separate bug here:

https://bugs.launchpad.net/heat/+bug/1182266

The ext_net I pass as a parameter looks like this:

saso@devstack-new-virt:~/diploma$ quantum net-show ext_net
+-----------------+--------------------------------------+
| Field | Value |
+-----------------+--------------------------------------+
| admin_state_up | True |
| id | 3c130c14-6dad-4fc8-9927-0fe2de4e3c1d |
| name | ext_net |
| router:external | True |
| shared | True |
| status | ACTIVE |
| subnets | 02538e8d-530a-4117-939e-10491c55b0fa |
| tenant_id | 38fcc864314946e68c1030a2180c19e2 |
+-----------------+--------------------------------------+
saso@devstack-new-virt:~/diploma$

saso@devstack-new-virt:~/diploma$ quantum subnet-show ext_subnet
+------------------+--------------------------------------------------+
| Field | Value |
+------------------+--------------------------------------------------+
| allocation_pools | {"start": "192.168.1.60", "end": "192.168.1.70"} |
| cidr | 192.168.1.0/24 |
| dns_nameservers | |
| enable_dhcp | False |
| gateway_ip | 192.168.1.100 |
| host_routes | |
| id | 02538e8d-530a-4117-939e-10491c55b0fa |
| ip_version | 4 |
| name | ext_subnet |
| network_id | 3c130c14-6dad-4fc8-9927-0fe2de4e3c1d |
| tenant_id | 38fcc864314946e68c1030a2180c19e2 |
+------------------+--------------------------------------------------+
saso@devstack-new-virt:~/diploma$