Saksham Srivastava created CLOUDSTACK-2894:
----------------------------------------------
Summary: After removing all the vlan ranges, physical_network
table has an entry of '*' in vnet coulmn, should be NULL
Key: CLOUDSTACK-2894
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2894
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: API
Affects Versions: 4.2.0
Reporter: Saksham Srivastava
Removing all vlan ranges is resulting in a erroneous db entry of '*' in vnet
column.
mysql> select * from physical_network;
+-----+--------------------------------------+--------------------+----------------+------+-------+-----------+------------------------+---------+---------------------+---------+
| id | uuid | name |
data_center_id | vnet | speed | domain_id | broadcast_domain_range | state |
created | removed |
+-----+--------------------------------------+--------------------+----------------+------+-------+-----------+------------------------+---------+---------------------+---------+
| 200 | 49e5cdfc-2c14-415a-9dd3-38ac2fdeef54 | Physical Network 1 |
1 | * | NULL | NULL | ZONE | Enabled | 2013-06-06
06:41:13 | NULL |
+-----+--------------------------------------+--------------------+----------------+------+-------+-----------+------------------------+---------+---------------------+---------+
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira