** Changed in: staccato
Status: In Progress => Invalid
** Changed in: billingstack
Status: In Progress => Invalid
** Changed in: cinder
Status: In Progress => Invalid
** Changed in: neutron
Status: In Progress => Invalid
** Changed in: horizon
Status: In Progr
** Changed in: cinder
Status: In Progress => Fix Released
** Changed in: nova
Status: In Progress => 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/b
Public bug reported:
test_uri_length_limit honours HTTP_PROXY (if set). This means the test
queries to http://localhost:$port/ hit the wrong localhost when
$HTTP_PROXY is another host, resulting in a meaningless test scenario,
and apparent failures with HTTP status codes other than
REQUEST_URI_TO
Public bug reported:
It appears glance uses SHA1 for hashing:
https://review.openstack.org/#/c/81391/28/ironic/common/glance_service/v2/image_service.py:
# Encode to UTF-8
try:
sig = hmac.new(key.encode(),
hmac_body.encode(),
hashlib.sha1).hexdigest()
Public bug reported:
when using nova-network and VlanManager, try create a network using
novaclient
nova network-create
Positional arguments:
Label for network
Optional arguments:
--fixed-range-v4
IPv4 subnet (ex: 10.0.0.0/8)
--fixed-range-v6 CIDR_V6
Public bug reported:
The built-in list of data sources that appears in cloudinit/settings.py
is missing a comma between 'OpenStack' and 'Ec2', breaking both of those
data sources. From the looks of things debconf manages the data source
list on Ubuntu, which would mask this problem there, but we
Public bug reported:
If you click on the field, it gives a tooltip that says to enter an
integer between 1 and 65535.
If you put in negative # or # > 65535, it will give you an error
message. However, if you put in 0 in and press 'Add' --> it will close
the modal and give a red popup error messa
** Also affects: keystone/icehouse
Importance: Undecided
Status: New
** Also affects: keystone/havana
Importance: Undecided
Status: New
** Changed in: keystone/havana
Status: New => In Progress
** Changed in: keystone/icehouse
Status: New => In Progress
** Chan
Public bug reported:
When generating docs (with ./run_tests.py --docs), it generates the
following warning due to malformed rst:
``ADD_ANGULAR_MODULES``
--
.../doc/source/topics/settings.rst:731: WARNING: Title underline too short.
** Affects: horizon
Importance: Undecid
Public bug reported:
Encountered what looks like a new gate failure. The
test_suspend_server_invalid_state test fails with a bad request response
/ unhandled exception.
http://logs.openstack.org/48/96548/1/gate/gate-tempest-dsvm-postgres-
full/fa5c27d/console.html#_2014-06-12_23_33_59_830
** Af
Public bug reported:
Currently we have a situation where if an instance fails to delete,
instead of having its state reverted, like we do in most places we set
it to error,deleting. This was intentionally done in
https://review.openstack.org/#/c/58829/ . We also intentionally ignore
duplicate requ
Public bug reported:
In a few instances the following failure has been observed:
http://208.91.1.172/logs/neutron/94439/5/413257/logs/screen-q-svc.txt.gz?#_2014-06-12_06_09_35_248
As a result, the NSX sync thread fails - operational statuses are not
updated anymore - and VMs fail to boot because
Public bug reported:
The SQL Token backend sets the ID of the token to a 64 column. sha512
will generate a 128 character (byte) string.
>>> a =hashlib.sha512('test').hexdigest()
>>> a
'ee26b0dd4af7e749aa1a8ee3c10ae9923f618980772e473f8819a5d4940e0db27ac185f8a0e1d5f84f88bc887fd67b143732c304cc5fa9ad
Public bug reported:
VMware mine sweeper for Neutron (*) recently showed a 100% failure rate
on tempest.api.compute.v3.servers.test_server_actions
Logs for two instances of these failures are available at [1] and [2]
The failure manifested as an instance unable to go active after a rebuild.
A bit
Public bug reported:
A recent change changed the task_state behavior of instance deletes:
https://review.openstack.org/#/c/58829/
This leaves the task_state unmodified after a failed delete. Since the
task_state is unmodified, subsequent attempts to delete the instance are
skipped with the messa
** Changed in: tripleo
Status: Triaged => 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/1326289
Title:
Failing to launch instances : Filter ComputeC
The policy rules you're looking at apply to the v3 API, but the calls to
assert_admin() you've cited are part of the v2 API. The v3 API supports
fairly granular policy enforcement, but the v2 API is generally binary
(you're either "admin" or not, and all that policy does is define what
"admin" mean
*** This bug is a duplicate of bug 1255624 ***
https://bugs.launchpad.net/bugs/1255624
Public bug reported:
Failed here:
http://logs.openstack.org/79/96679/6/check/check-tempest-dsvm-postgres-
full/e2050f1/console.html
2014-06-12 17:01:03.997 |
tempest.scenario.test_server_advanced_ops.Tes
Public bug reported:
I see three global variables are defined on horizon.js shown below. It
may cause naming conflict later on.
---
//horizon/static/horizon/js/angular/horizon.js
var horizon_dependencies = ['hz.conf', 'hz.utils', 'ngCookies'];
dependencies = horizon_de
Public bug reported:
jsonutils provide additional enhancements in comparison to pure json.
F.e. it attempts to use simplejson on py26 enhancing performance on that
platform.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are
Public bug reported:
In nova/tests/test_quota.py -> QuotaReserveSqlAlchemyTestCase.setUp(),
alternate function definitions are swapped into
nova.db.sqlalchemy.api.QUOTA_SYNC_FUNCTIONS, however they are not
reverted in any corresponding tearDown() method. I'm guessing this
isn't typically noticed
Here is part of the backstory, http://lists.openstack.org/pipermail
/openstack-dev/2013-June/010837.html
While I personally don't like the rule, I don't feel comfortable
removing it unless at least half of the integrated projects agree it
should be removed.
** Changed in: hacking
Status: N
Yeah I'm also seeing this, was asking about it in #openstack-glance this
afternoon. Saw it here:
http://logs.openstack.org/44/99144/1/check/check-tempest-dsvm-
full/36fb63b/console.html
And see a lot of warnings in screen-g-api.txt which led me to this:
http://logstash.openstack.org/#eyJzZWFyY2
Public bug reported:
Need to fix typo where raise keyword is missing in get_profile_binding
** Affects: neutron
Importance: Undecided
Status: New
** Summary changed:
- Typo in cisco n1kv neutron plugin in get_profile_binding
+ Cisco n1kv neutron plugin typo in get_profile_binding
Public bug reported:
Steps to Reproduce:
1. Have several images
I have 2 Public and 5 Project images as displayed in Admin > Images. Please
see (A) in attachment.
2. Now if you go to Project > Images, you will see at the top 3 buttons. For
me it says: Project (5), Shared With Me (0) and Publi
Public bug reported:
Latest upstream master branch seems to have two distinct issues when
./runtests.sh is run.
First is a series of HTTP connection errors timing out and slowing down
the execution of the entire runtest suite -
DEBUG:cinderclient.client:Connection refused:
HTTPConnectionPool(ho
Public bug reported:
Keystone's policy.json define rules to govern granting of roles into
Keystone:
"identity:check_grant": "rule:admin_required",
"identity:list_grants": "rule:admin_required",
"identity:create_grant": "rule:admin_required",
"identity:revoke_grant": "rule:admin_re
** Also affects: nova/icehouse
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/1299517
Title:
quota-class-update
Status in O
** Changed in: nova
Status: In Progress => Fix Committed
** Also affects: tempest
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.
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1263866
Title:
OV
** Changed in: ironic
Status: Fix Committed => Fix Released
** Changed in: ironic
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1317794
Title:
Comp
** Changed in: ironic
Status: Fix Committed => Fix Released
** Changed in: ironic
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1314129
Title:
json
** 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/1287792
Title:
test_ml2_plugin can't be run independently
Status in Op
** Changed in: ironic
Status: Fix Committed => Fix Released
** Changed in: ironic
Milestone: None => juno-1
--
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/12313
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1290068
Title:
So
Public bug reported:
In
https://github.com/openstack/horizon/blob/master/horizon/utils/functions.py,
there is a function called get_page_size() which is used to get the
value of the page size parameter from the session and/or cookie. We
should refactor this part of code, by adding a pair of generi
** 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/1324194
Title:
keyerror while updating dhcp port
Status in OpenStack N
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1276440
Title:
Me
** Changed in: marconi
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/1314129
Title:
jsonutils should use simplejson on python 2.6 if availab
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1324131
Title:
Ra
** 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/1323769
Title:
nec plugin: AttributeError: No such RPC function
'upda
** 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/1281481
Title:
test_openvswitch_plugin sometimes fail
Status in OpenSt
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1307038
Title:
li
** 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/1310460
Title:
wrong key "router.interface" reported by ceilometer log
** 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/1312392
Title:
Wrong protocol value for SG IPV6 RA rule
Status in Open
** 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/1313997
Title:
NSX: fix migration of networks with no subnets
Status i
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1309144
Title:
Ty
** 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/1319651
Title:
Missing secret property for 'connection' option
Status
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1309286
Title:
OF
** 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/1320278
Title:
NSX: Fetch gateway device id mappings more efficiently
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1305957
Title:
LB
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1307788
Title:
IP
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1320111
Title:
In
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1304326
Title:
ne
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1315507
Title:
At
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1262885
Title:
ha
** 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/1312822
Title:
NSX: fix API mappings
Status in OpenStack Neutron (virt
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: oslo
Status: Fix Committed => Fix Released
** Changed in: oslo
Milestone: None => juno-1
** Changed in: oslo.messaging
Status: Fix Committed => Fix Released
** Changed in: oslo.messaging
Mil
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1299156
Title:
Hy
** Changed in: oslo
Status: Fix Committed => Fix Released
** Changed in: oslo
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1306559
Title:
Fix pyth
** 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/1312402
Title:
Setting gateway in L3 should use "replace default via ..
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1309694
Title:
ne
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1317935
Title:
Ne
** 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/1316795
Title:
NSX: external networks should not have an associated LSN
** 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/1322076
Title:
fwaas plugin doesn't need to handle delete firewall rul
** 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/1307295
Title:
duplicate entry exception for vxlan-allocation
Status i
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1315430
Title:
dh
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1259144
Title:
bi
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1321864
Title:
al
** Changed in: oslo.messaging
Status: Fix Committed => Fix Released
** Changed in: oslo.messaging
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/128003
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1318498
Title:
Ne
** 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/1317094
Title:
neutron requires list amqplib dependency
Status in Open
** 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/1323344
Title:
Neutron has a few misspelled words
Status in OpenStack
** Changed in: oslo
Status: Fix Committed => Fix Released
** Changed in: oslo
Milestone: None => juno-1
--
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/1300788
** Changed in: oslo.messaging
Status: Fix Committed => Fix Released
** Changed in: oslo.messaging
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpa
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: oslo
Status: Fix Committed => Fix Released
** Changed in: oslo
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed t
** 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/1318909
Title:
NVSD neutron plugin agent does not update security group
** Changed in: oslo
Status: Fix Committed => Fix Released
** Changed in: oslo
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1288846
Title:
Common co
** Changed in: oslo
Status: Fix Committed => Fix Released
** Changed in: oslo
Milestone: None => juno-1
--
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/1287292
** 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/1319423
Title:
NSX: l2 gw extension unnecessarily extends fault map
St
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1315809
Title:
Up
** 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/1316515
Title:
DHCPv6 Solicit should be allowed like IPv4
Status in Op
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1315475
Title:
Op
** Changed in: oslo
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/1319232
Title:
Periodic tasks run too frequently
Status in Cinder:
In P
** 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/1316486
Title:
Package is imported instead of module in
neutron/test
** 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/1315137
Title:
plumgrid drivers should be dynamically loaded
Status in
** Changed in: oslo
Status: Fix Committed => Fix Released
** Changed in: oslo
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1307560
Title:
Switch t
** 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/1317794
Title:
Complete translations are too big
Status in OpenStack T
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1244860
Title:
Tw
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
** Changed in: oslo
Status: Fix Committed => Fix Released
** Changed in: oslo
Milestone: None => juno-1
** Changed in: oslo.messaging
Status: Fix Committed
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1316334
Title:
Du
** Changed in: oslo
Status: Fix Committed => Fix Released
** Changed in: oslo
Milestone: None => juno-1
--
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/1213660
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1238439
Title:
ad
** 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/1304723
Title:
Misplaced log statement in NSX plugin
Status in OpenSta
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1293587
Title:
ht
** 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/1303830
Title:
Cisco VPN device driver support ipsec site conn udpates
** 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/1288681
Title:
Migration with alter_column function reset nullable para
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1299159
Title:
Hy
** 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/1303312
Title:
SSL mode with combined cert/keys not supported
Status i
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1268423
Title:
mu
1 - 100 of 265 matches
Mail list logo