[Yahoo-eng-team] [Bug 1497834] [NEW] nova interface-attach doesn't honour allow_duplicate_networks flag

2015-09-20 Thread Vijaya Erukala
Public bug reported: when this flag is disbaled in nova.conf "allow_duplicate_networks=false" allocating the port from the same network is failing with the following error. $ nova boot --image cirros --flavor 1 --nic net-id=`neutron net-list | grep internal | awk {'print $2'}` --nic net-id=`neu

[Yahoo-eng-team] [Bug 1497830] [NEW] Neutron subprojects cannot depend on alembic revisions from other neutron subprojects

2015-09-20 Thread Henry Gessau
Public bug reported: If networking-foo depends on networking-bar, then a requirement may arise for an alembic revision in networking-foo to depend on an alembic revision in networking-bar. Currently this cannot be accommodated because each subproject has its own alembic environment. To solve this

[Yahoo-eng-team] [Bug 1497823] [NEW] LBaaS V2 Octavia driver should create get its own context/session

2015-09-20 Thread Brandon Logan
Public bug reported: The LBaaS V2 Octavia driver currently uses the context that is passed from the plugin. Since the driver spins up a thread to poll Octavia, each thread should create its own context. ** Affects: neutron Importance: Undecided Assignee: Brandon Logan (brandon-logan)

[Yahoo-eng-team] [Bug 1497689] Re: Flavor Resource Limit Disk IO do not create limit entry in libvirt.xml

2015-09-20 Thread prescolt
** Project changed: puppet-nova => nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1497689 Title: Flavor Resource Limit Disk IO do not create limit entry in libvi

[Yahoo-eng-team] [Bug 1497689] [NEW] Flavor Resource Limit Disk IO do not create limit entry in libvirt.xml

2015-09-20 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Openstack KILO, Cinder with Ceph backend When i add IOPS, Read,Write limit metada to flavor. The instances that was created from that Flavor do not have limit record in libvirt.xml Network and CPU still work. So that the instances have maximum diskIO pe

[Yahoo-eng-team] [Bug 1488233] Re: FC with LUN ID >255 not recognized

2015-09-20 Thread Sean McGinnis
Post-Kilo Cinder uses os-brick. Since this fix went in to os-brick and was released with version 0.4.0, Cinder now should work as of the requirements update to that library version in commit e50576c2d495e6828f335029e713655c27a6fc5b. ** Changed in: cinder Status: New => Invalid -- You rece

[Yahoo-eng-team] [Bug 1497740] [NEW] nova API proxy to neutron should avoid race-ful behavior

2015-09-20 Thread Ryan Moats
Public bug reported: Version of Nova/OpenStack: liberty Calls to associate a floating IP with an instance currently returns a 202 status. When proxying these calls to neutron, just returning 202 without having validated the status of the floating IP first leads to raceful failures in tempest sce

[Yahoo-eng-team] [Bug 1491126] Re: Django 1.8 alters URL handling

2015-09-20 Thread Rob Cresswell
Rolled into blueprint: https://blueprints.launchpad.net/horizon/+spec /drop-dj17 ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.laun

[Yahoo-eng-team] [Bug 1497694] [NEW] race conditions in security-group additions to port

2015-09-20 Thread Ran Ziv
Public bug reported: When attempting to connect multiple security groups to a single port concurrently, some of the security groups may not actually get connected despite the call returning successfully and with no error. see similar bug but when connecting the security-groups to a server rather