Fix dvs_driver.py and network_utils.py
Bug #1487846 reported by
Romil Gupta
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-vsphere |
Fix Committed
|
Undecided
|
Romil Gupta |
Bug Description
There is typo error in log.info statement :
it should be:
- LOG.info(
+ LOG.info(
Also, VMware mob object doesn't have 'vlan_id' we should use 'vlan' to get the port group vlan id.
- vlan_id = pconfig[
+ vlan_id = pconfig[
Changed in networking-vsphere: | |
assignee: | nobody → Romil Gupta (romilg) |
status: | New → In Progress |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/216019 /git.openstack. org/cgit/ openstack/ networking- vsphere/ commit/ ?id=2809fd03301 b5a6ffa8dc566e1 3e3a6709e3f807
Committed: https:/
Submitter: Jenkins
Branch: master
commit 2809fd03301b5a6 ffa8dc566e13e3a 6709e3f807
Author: Romil Gupta <email address hidden>
Date: Sun Aug 23 03:47:42 2015 -0700
Fix dvs_driver.py and network_util.py
Change-Id: Id51b5061686696 23a5cade3f38d53 1a526a73a55
Closes-Bug: 1487846