Public bug reported:
Environment:
Openstack Version : Havana
OS : CentOS6.3
Reproduce Steps:
1. In loadbalance pool, add vip :100.100.100.100. This vip is on a provider
network and will use external Physical Router.
2. Access 100.100.100.100, make sure it can work.
3. Delete vip.
4. Add vip 100
Public bug reported:
The instructions specify ec2_user instead of ec2-user. It would be good
that this is correct for users who copy and paste and do not get the
correct results.
** Affects: horizon
Importance: Undecided
Assignee: Marcus Furlong (furlongm)
Status: New
** Chang
Public bug reported:
while ofagent uses OF1.3, it incorrectly uses OF1.0 terms in some
places.
namely, _local_vlan_for_flat uses 0x to mean "no VLAN".
it should use OFPVID_NONE and pop_vlan/push_vlan appropriately.
the same problem exists for reclaim_local_vlan.
** Affects: neutron
Imp
Public bug reported:
_phys_br_block_untranslated_traffic should install the former flows to int_br.
this bug seems to be introduced when translating code from ovs_lib to ryu.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you ar
Public bug reported:
Token based authentication is not supported with PKI due to bug in:
https://github.com/openstack/keystone/blob/stable/havana/keystone/token/providers/pki.py
from keystone.token.providers import uuid
class Provider(uuid.Provider):
Should be:
from keystone.token.providers i
Public bug reported:
We should return an error response if there is no matched filters.
Currently we use @controller.filterprotected(*filters) to define the
filters we support. However the other filters we just ignore. So, it
will return all if there is no matched filters. This will make users
ve
Public bug reported:
See for instance http://paste.ubuntu.com/7192574/
+---+---+-+-+
| Ip| Server Id | Fixed Ip| Pool|
+---+---+-+-+
| 138.35.77.109 | | - | ext-net |
| 138.35.7
Public bug reported:
Found with nodepool on the tripleo CI cloud - when the neutron floating
IP quota is exhausted, novaclient add-floating-ip threw a generic 500.
ClientException: The server has either erred or is incapable of performing the
requested operation. (HTTP 500) (Request-ID:
Public bug reported:
Second firewall creation returns 500.
It is an expected behavior of firewall reference implementation and an internal
server error should not be returned.
It is some kind of quota error and 409 looks appropriate.
** Affects: neutron
Importance: Low
Assignee: Akihir
** Also affects: ossa
Importance: Undecided
Status: New
** Information type changed from Public to Public Security
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1300274
Title:
I just attempted to reproduce this on a Havana install, and it seems to
report an appropriate response/error:
-
# curl -v -A "" -H "Host:" -H "Accept:" -H "Content-Type:" -d @/tmp/request.txt
"http://10.0.1.7:35357/v2
Public bug reported:
Functional tests to verify that a host can support VXLAN are needed.
These can also test the logic in ovs_lib and compare the results of the
functional test to the ovs_lib result.
** Affects: neutron
Importance: Medium
Assignee: Kyle Mestery (mestery)
Statu
Public bug reported:
when there are two Regions:
1. Using nova-network, RegionOne
2. Using neutron, RegionTwo
shared with keystone and horizon;
Here is the problem;
Change to RegionOne, the neutron related pages are still there...
** Affects: horizon
Importance: Undecided
Status: N
Public bug reported:
A minor change is made to the Arista API between ML2 Driver and the
back-end. This bug addresses this change to align Icehouse release with
Arista EOS releases.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because
Public bug reported:
A minor change is made to the Arista API between ML2 Driver and the
back-end. This bug addresses this change to align Icehouse release with
Arista EOS releases.
** Affects: neutron
Importance: Undecided
Assignee: Sukhdev Kapur (sukhdev-8)
Status: New
** Ch
Public bug reported:
There are no unit tests for the IVS vif type covering the new behavior
of get_firewall_required introduced in
https://review.openstack.org/#/c/83190/.
** Affects: nova
Importance: Undecided
Assignee: Kevin Benton (kevinbenton)
Status: New
** Changed in: no
*** This bug is a duplicate of bug 1295887 ***
https://bugs.launchpad.net/bugs/1295887
** This bug has been marked a duplicate of bug 1295887
unit test contextmanager: trying to delete resource hides original errors
--
You received this bug notification because you are a member of Yahoo!
Public bug reported:
If an assertion fails or another exception is raised inside of a plugin
db unit test, the unwinding of the built up resources from the router,
subnet, port, network, and floatingip contexts will often raise another
exception due to dangling dependencies. This wipes out the rea
** Also affects: glance
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1301036
Title:
openstack.common.db.sqlalchemy.migration utf8 table che
** Also affects: heat
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1301036
Title:
openstack.common.db.sqlalchemy.migration utf8 table check
Public bug reported:
The code recently added https://review.openstack.org/#/c/30988/ very
nicely cleans out stale routers assuming that
self.conf.router_delete_namespaces is true.
The problem is that automatic namespace deletion is still a bit unstable
because of problems with the kernel and the
Does not affect Ironic at the moment.
ironic.cmd.dbsync imports ironic.db.migration, which is lazy-loading
ironic.db.sqlalchemy.migration, which is importing alembic.migration
directly.
We'll need to resync oslo.openstack.common.db.migration to get the fix
for this, but presumably we'll do that b
Public bug reported:
The code in openstack.common.db.sqlachemy.migration that does the sanity
checking on the UTF8 table is a bit overzealous and checks the
migration_version (and alembic equivalent) table for utf8 status. This
will cause migrations to fail in any case where the db isn't forcing a
See bug 1301036 for the keystone issue
** No longer affects: keystone
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1279000
Title:
db migrate script to set charset=utf8 for all tables
Public bug reported:
This reported to me today by Maru. When an rpc worker is spawned as a
sub-process, that happens after the nova notifier thread has already
started.
eventlet.hubs.use_hub() is the call in
neutron/openstack/common/service.py that causes all thread execution to
stop.
>From the
Public bug reported:
Unit tests are intermittently failing because of permission denied
errors on /var/lib/neutron
It seems tmpdir fixtures are not being used.
Logstash query:
http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiUGVybWlzc2lvbiBkZW5pZWQ6ICcvdmFyL2xpYi9uZXV0cm9uJ1wiIiwiZmll
** Also affects: ceilometer
Importance: Undecided
Status: New
--
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/1271706
Title:
Misleading warning about MySQL TRAD
Public bug reported:
Using the access & security screen, then creating a new keypair
Users are directed to a success page where the download of the keypair
starts automatically. However, there is also a download keypair link
which consistently fails.
It seems like maybe either we need to on
Public bug reported:
REQ to http://host.example.com:35357/v2.0/tokens:
{"auth":{"passwordCredentials":{"username": "admin", "password":"***"},
"tenant":"admin"}}
RESP:
Status Code: 500 Internal Server Error
Connection: keep-alive
Content-Length: 266
Content-Type: application/xml
** Changed in: neutron
Status: Invalid => Confirmed
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1182883
Title:
List servers matching a regex fails with Quantum
Status in OpenS
** Changed in: glance
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1279000
Title:
db migrate script to set charset=utf8 for all tables
Stat
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1179009
Title:
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1280105
Title:
Public bug reported:
POST v2/{tenant_id}/flavors/{flavor_id}/os-extra_specs gives response
500 instead of 404.
With Post_Body : {"extra_specs": "ksr"}, the actual result is
{"computeFault": {"message": "The server has either erred or is incapable of
performing the requested operation.", "code
** Changed in: ironic
Status: Fix Committed => Fix Released
** Changed in: ironic
Milestone: None => icehouse-rc1
--
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
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1283242
Title:
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1290432
Title:
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1287495
Title:
** Changed in: ironic
Status: Fix Committed => Fix Released
** Changed in: ironic
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1290234
Title:
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1287760
Title:
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
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
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1290969
Title:
Right. Done, thanks!
** Changed in: horizon
Status: Fix Committed => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1290690
Title:
Dashboard limts l
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1296589
Title:
** Changed in: ironic
Status: Fix Committed => Fix Released
** Changed in: ironic
Milestone: None => icehouse-rc1
--
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
** Changed in: glance
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/126
Title:
Don't enable all stores by default
Status in OpenStack Im
** Changed in: ironic
Status: Fix Committed => Fix Released
--
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/1236714
Title:
have to redeploy baremetal instances whe
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1238604
Title:
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1246980
Title:
** Changed in: glance
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1279753
Title:
The race condition caused by image created_at break regist
** Changed in: glance
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1243704
Title:
Log image_id with all BadStoreURI error messages
Status i
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1286240
Title:
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1287888
Title:
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1286375
Title:
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1287087
Title:
** Changed in: ironic
Status: Fix Committed => Fix Released
--
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/1291396
Title:
No exact match of nodes with flavors
St
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1287951
Title:
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1288337
Title:
** Changed in: ironic
Status: Fix Committed => Fix Released
--
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/1291991
Title:
ipmi cmds run too fast, cause BMC to run
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1292764
Title:
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1292170
Title:
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1291646
Title:
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1292782
Title:
Public bug reported:
REST os-simple-tenant-usage is returning with a response code 400
from api.log:
2014-03-20 11:27:58.044 49351 INFO nova.osapi_compute.wsgi.server
[req-b653843a-de1c-4267-af33-7f7a9c5fa99d 0 b38c2504810f437883a5b57a8b13fe7f]
9.41.223.193,127.0.0.1 "GET
/v2/b38c2504810f4378
This bug was fixed in the package cloud-init - 0.7.5-0ubuntu1
---
cloud-init (0.7.5-0ubuntu1) trusty; urgency=medium
* New upstream release.
* support base64 encoded user-data in OpenNebula, required
to allow arbitrary content in user-data (LP: #1300941)
* pep8 and pyl
This bug was fixed in the package neutron - 1:2014.1~rc1-0ubuntu1
---
neutron (1:2014.1~rc1-0ubuntu1) trusty; urgency=medium
[ Chuck Short ]
* debian/rules: Run testr init before tests.
* debian/patches/disable-udev-tests.patch: Refresh.
* d/control,neutron-plugin-oneconvergen
Public bug reported:
If the method called within the DynamicLoop raises an exception then the
looping stops. This causes _synchronize_state() to stop being called.
** Affects: neutron
Importance: High
Assignee: Aaron Rosen (arosen)
Status: In Progress
** Tags: nsx
** Changed
Public bug reported:
OpenNebula uses a text file with shell variables for storing the
configuration variables (including user provided data). Some user data
may not be renderable into this format, so using base64 encoding
alleviates the problem. This change considers that, by default, USERDATA
var
fix-released in 0.7.5.
** Changed in: cloud-init
Status: Fix Committed => Fix Released
** Changed in: cloud-init (Ubuntu)
Status: New => In Progress
** Changed in: cloud-init (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a membe
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => icehouse-3
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1274536
Title:
Public bug reported:
It doesn't seem to work with the dropdown menu select.
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https:
Good to hear! FWIW, use of default_project_id is a bit of an anti-
pattern when compared to explicit role assignments on one or more
projects, hence it's ignored by default.
** Changed in: keystone
Status: Incomplete => Invalid
--
You received this bug notification because you are a membe
Per https://bugs.launchpad.net/keystone/+bug/1300089/comments/8
** Changed in: keystone
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1300553
Title:
when
Public bug reported:
When an action title of pulldown menu is long, the action title can overflow
the pulldown menu.
It is found during checking Japanese translation.
https://cloud.githubusercontent.com/assets/6553985/2580835/d08465a4-b9b1-11e3-9262-8509ab3589ed.png
It would be nice if a width o
Public bug reported:
qemu fails when booting an instance with the os_command_line on non ami
images
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1066,
in _b
** Also affects: oslo.messaging
Importance: Undecided
Status: New
** Changed in: oslo.messaging
Assignee: (unassigned) => ChangBo Guo(gcb) (glongwave)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Comput
** Also affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1279000
Title:
db migrate script to set charset=utf8 for all tables
** Also affects: nova
Importance: Undecided
Status: New
** Changed in: nova
Status: New => In Progress
--
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/1226
Public bug reported:
The failure occurs when tests are run on a slower machine. Or it can be
reproduced by introducing a time.sleep(5) at the start of the
nova/tests/integrated/v3/test_availability_zone.py:test_availability_zone_detail
method.
11:48:26 raise NoMatch('\n'.join(error))
11:48:26 No
Public bug reported:
Running latest devstack on Trusty Ubuntu, the Neutron agent fails to
start with the following backtrace:
2014-04-01 13:49:54.227 DEBUG neutron.agent.linux.utils
[req-9f04e437-c667-40c2-8be4-aef96f4810de None None] Running command: ['uname',
'-r'] from (pid=14900) create_pro
Public bug reported:
In a fresh install of devstack I see an error in the nova-compute log
when I try to start an instance. I tracked this down to coming from
nova/linux_net.py where sysctl is called in _enable_ipv4_forwarding().
If I add /sbin to my path the error goes away. However some distros
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1285289
Title:
get_ functions in N1kv plugin
Status in OpenStack Neutr
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1288387
Title:
CIsco CSR VPNaaS service & device driver cleanup
Status
Public bug reported:
Minesweeper logs have the following:
2014-03-26 11:37:09.753 CRITICAL nova.virt.vmwareapi.driver
[req-3a274ea6-e731-4bbc-a7fc-e2877a57a7cb MultipleCreateTestJSON-692822675
MultipleCreateTestJSON-47510170] In vmwareapi: _call_method
(session=52eb4a1e-04de-de0d-5c6a-746a4305
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1285845
Title:
NSX: Updated security profile name is not reflected in N
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1290255
Title:
ml2: subnetroutes table isn't created during db migratio
Public bug reported:
During a scheduling if we use filter that needs to get data from aggregates
like CoreFilterAggregate, RamFilterAggregate does.
The filter retrieves metadata from the database for every host and can creates
a performance impact if we have several hosts.
** Affects: nova
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1284277
Title:
nsx: deal with 503 errors coming from the controller
St
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1295887
Title:
unit test contextmanager: trying to delete resource hide
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1291130
Title:
Calling stopall not necessary in individual unit tests
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1290561
Title:
Failure in Cisco N1KV controller due to lack of L3 port
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1292742
Title:
supported_extension_aliases in cisco network_plugin grow
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1287432
Title:
nec plugin: quantum_id column in ID mapping tables shoud
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1294527
Title:
nec plugin: should honor retry-after from openflow contr
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1291144
Title:
Calling cfg.CONF.reset not necessary in individual unit
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1295187
Title:
Fix typo in lbaas agent exception message
Status in Ope
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1258070
Title:
Need general error handling in API paste pipeline
Statu
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1267682
Title:
check_vxlan_support works incorrect on RHEL6.5
Status i
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => icehouse-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1281148
Title
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1281098
Title:
Too long tunnel devices names
Status in OpenStack Neutr
1 - 100 of 237 matches
Mail list logo