subnet-create by name is not setting the name of the subnet
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juniper Openstack |
Fix Committed
|
Medium
|
Atul Moghe |
Bug Description
Build 1.06-47
subnet-create by name is not setting the name of the subnet
root@nodec34:~# neutron subnet-create net2 --name mysubnet 10.1.1.0/24
Created a new subnet:
+------
| Field | Value |
+------
| allocation_pools | {"start": "10.1.1.2", "end": "10.1.1.254"} |
| cidr | 10.1.1.0/24 |
| contrail:
| contrail:
| | default-project |
| | default-
| dns_nameservers | |
| enable_dhcp | True |
| gateway_ip | 10.1.1.1 |
| host_routes | |
| id | 9d40f05c-
| ip_version | 4 |
| name | |
| network_id | c20ab2eb-
| tenant_id | bcbac3687162482
+------
root@nodec34:~#
Changed in juniperopenstack: | |
assignee: | Praneet Bachheti (praneetb) → Atul Moghe (moghea) |
Changed in juniperopenstack: | |
status: | New → In Progress |
Changed in juniperopenstack: | |
status: | In Progress → Fix Committed |
information type: | Proprietary → Public |