Value of network's is_default is incorrect in create
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| neutron |
Won't Fix
|
Wishlist
|
Hongbin Lu | ||
| python-openstackclient |
Won't Fix
|
Medium
|
Hongbin Lu | ||
Bug Description
Description
===========
Create a network with '--default' option, the network was created and the 'is_default' attribute was shown as 'True'. However, the 'is_default' attribute was actually not set because it is for external network only.
Reproduce
=========
$ openstack network create --default testnet
+------
| Field | Value |
+------
...
| is_default | True |
...
+------
$ openstack network show testnet
+------
| Field | Value |
+------
...
| is_default | None |
...
+------
Expected
========
The response of the create command should have 'is_default' set to None
Actual
======
The response of the create command have 'is_default' set to True
| Changed in python-openstackclient: | |
| assignee: | nobody → Hongbin Lu (hongbin.lu) |
| Changed in neutron: | |
| assignee: | nobody → Hongbin Lu (hongbin.lu) |
| Changed in neutron: | |
| status: | In Progress → Confirmed |
| Changed in python-openstackclient: | |
| status: | In Progress → Won't Fix |
Fix proposed to branch: master /review. openstack. org/538331
Review: https:/