[Yahoo-eng-team] [Bug 1439335] Re: port mac address update api change is not flagged

2015-04-02 Thread Chuck Carlino
Decision made in #openstack-neutron to not do a shim for small changes
like permitting mac address update.  See
http://eavesdrop.openstack.org/irclogs/%23openstack-neutron
/%23openstack-neutron.2015-04-02.log at 2015-04-02T20:39:10.

** Changed in: neutron
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1439335

Title:
  port mac address update api change is not flagged

Status in OpenStack Neutron (virtual network service):
  Invalid

Bug description:
  Need to add a shim extension as agreed to in neutron meeting
  
http://eavesdrop.openstack.org/meetings/networking/2015/networking.2015-03-30-21.01.log.html
  #topic API Discussion (core vs. extension)

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1439335/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1439335] [NEW] port mac address update api change is not flagged

2015-04-01 Thread Chuck Carlino
Public bug reported:

Need to add a shim extension as agreed to in neutron meeting
http://eavesdrop.openstack.org/meetings/networking/2015/networking.2015-03-30-21.01.log.html
#topic API Discussion (core vs. extension)

** Affects: neutron
 Importance: Undecided
 Assignee: Chuck Carlino (ccarlino)
 Status: New

** Changed in: neutron
 Assignee: (unassigned) => Chuck Carlino (ccarlino)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1439335

Title:
  port mac address update api change is not flagged

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Need to add a shim extension as agreed to in neutron meeting
  
http://eavesdrop.openstack.org/meetings/networking/2015/networking.2015-03-30-21.01.log.html
  #topic API Discussion (core vs. extension)

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1439335/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1429672] [NEW] mac address of bound port can be changed

2015-03-08 Thread Chuck Carlino
Public bug reported:

A simple bug in the call to _check_mac_update_allowed permits the
mac_address of a bound port to be changed.  Verified on ml2/ovs.

** Affects: neutron
 Importance: Undecided
 Assignee: Chuck Carlino (ccarlino)
 Status: In Progress

** Changed in: neutron
 Assignee: (unassigned) => Chuck Carlino (ccarlino)

** Changed in: neutron
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1429672

Title:
  mac address of bound port can be changed

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  A simple bug in the call to _check_mac_update_allowed permits the
  mac_address of a bound port to be changed.  Verified on ml2/ovs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1429672/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1426002] [NEW] update mac address feature needs tests

2015-02-26 Thread Chuck Carlino
Public bug reported:

Need to add api and scenario tempest tests, and possibly neutron
functional tests.

** Affects: neutron
 Importance: Undecided
 Assignee: Chuck Carlino (ccarlino)
 Status: In Progress

** Changed in: neutron
 Assignee: (unassigned) => Chuck Carlino (ccarlino)

** Changed in: neutron
   Status: New => Incomplete

** Changed in: neutron
   Status: Incomplete => In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1426002

Title:
  update mac address feature needs tests

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  Need to add api and scenario tempest tests, and possibly neutron
  functional tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1426002/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1341268] Re: mac_address port attribute is read-only

2014-07-24 Thread Chuck Carlino
The problem is a race where after the address is removed from the old
port and before it's assigned to the new port, it could be allocated to
another port.

** Changed in: neutron
   Status: Opinion => In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1341268

Title:
  mac_address port attribute is read-only

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  Ironic uses Neutron for IPAM - IP address allocation and DHCP, same as
  nova with e.g. KVM or Xen. Unlike a virtual machine hypervisor,
  Ironics real machines sometimes develop hardware faults, and parts
  need to be replaced - and when that happens the port MAC changes.
  Having the port's mac address be read-only makes this much more
  intrusive than it would otherwise be - we have to tear down and
  rebuild the whole machine, rather than just replace the card and tell
  Neutron the new MAC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1341268/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1320547] [NEW] ovs agent comment typos

2014-05-17 Thread Chuck Carlino
Public bug reported:

Minor typos in lines 76, 131, and 138 of ovs_neutron_agent.py

** Affects: neutron
 Importance: Undecided
 Assignee: Chuck Carlino (ccarlino)
 Status: In Progress

** Changed in: neutron
 Assignee: (unassigned) => Chuck Carlino (ccarlino)

** Changed in: neutron
   Status: New => In Progress

** Description changed:

- Minor typos in lines 71, 131, and 138 of ovs_neutron_agent.py
+ Minor typos in lines 76, 131, and 138 of ovs_neutron_agent.py

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1320547

Title:
  ovs agent comment typos

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  Minor typos in lines 76, 131, and 138 of ovs_neutron_agent.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1320547/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp