Public bug reported:
In resize operation there is code looks like:
if not instance['host']:
self._set_instance_error_state(context, instance['uuid'])
msg = _('Instance has no source host')
raise exception.MigrationError(msg)
same_host = instance['host'] == self.host
if same_host and
Public bug reported:
When showing the floating ips by host, I got this error.
$ nova floating-ip-bulk-list --host xxx
ERROR: The resource could not be found. (HTTP 404) (Request-ID:
req-9a17c8cf-b1cd-4092-b853-7e24126db7e8)
and in the nova-api log I got this message:
014-03-05 04:01:40.270 ERR
looks like this wasn't a nova bug, marking as invalid. Thanks Octavian
** Changed in: nova
Status: Triaged => Invalid
** Changed in: nova
Importance: Medium => Undecided
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to O
Public bug reported:
When the neutron-server starts up, it prints out the configurable values
in the q-svc log. This values is useful in debugging problems. Such
output is not in the OFA agent's log file.
related bug 1285962
** Affects: neutron
Importance: Undecided
Assignee: fumihiko
Public bug reported:
While chasing down some errors I found the first one was the following,
found in the log from the Nova API process.
2014-03-06 22:17:41.713 ERROR nova.api.openstack
[req-0a2e7b6b-8ea8-48f1-b6c9-4c6a20ba27b4 admin admin] Caught error:
AmbiguousEndpoints: [{u'url':
u'http://
Public bug reported:
The consistency watchdog for the BigSwitch plugin server manager currently does
not work. It incorrectly calls rest_call on a servers list rather than calling
it on the server pool object.
https://github.com/openstack/neutron/blob/7255e056092f034daaeb4246a812900645d46911/neu
Public bug reported:
In an exception handling case a config error is raised; however, the
call is currently formatted incorrectly. It passes the details as a
second parameter rather than performing the string formatting in place.
It also refers to strerror, which may not be present on all excepti
Public bug reported:
If the server port is misconfigured, the plugin dies with an unfriendly
error when starting the BigSwitch plugin.
e.g. ValueError: invalid literal for int() with base 10: 'a'
** Affects: neutron
Importance: Undecided
Assignee: Kevin Benton (kevinbenton)
St
Public bug reported:
dhcp-agent notifier outputs ERROR log "No DHCP agents are associated with
network"
but it is not an error and valid cases in most cases. It is so annoying for
debugging and monitoring.
No dhcp-agent association for a network was logged as ERROR level.
However it is complete
** Changed in: ossn
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/bugs/1240554
Title:
Insecure live migration with libvirt driver
I don't think this is a real problem, especially considering the req
files should be auto-updated anyway. I don't see any value in messing
with this, other than making sure we're in alphabetical order once then
let the requirements update tools update files correctly. Adding a
check for this does
By policy files without code should not include a copyright header. I
know this file has code, but only two lines. Also, not a nova bug, we'll
pickup whatever oslo does on next import.
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a membe
Public bug reported:
credentials is a dictionary,credentials.signature syntax error
def check_signature(self, creds_ref, credentials):
signer = ec2_utils.Ec2Signer(creds_ref['secret'])
signature = signer.generate(credentials)
if utils.auth_str_equal(credentials['sig
Public bug reported:
The agent for SDN-VE plugin does not show its state periodically and the
plugin does not support the "agent" extension. For conformity wit
Neutron agents, this needs to be added to the plugin and the agent.
** Affects: neutron
Importance: Undecided
Assignee: Mohamma
This issue has been fixed by https://review.openstack.org/#/c/33296/.
** 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.
Public bug reported:
In current security group code, source_port_range_min and
source_port_range_max are used to specify icmp type and code when
security group rule protocol is icmp. However, the code _port_arg in
iptables_firewall called by _convert_sgr_to_iptables_rules skips
protocol icmp when
Public bug reported:
Hi list,
I’m working on CentOS 6.4 + Havana.
When I create a new network, I get error message in
/var/log/neutron/server.log:
Run command:
neutron net-create test-network03
Output in /var/log/neutron/server.log:
2014-03-06 13:28:37.078 21277 ERROR
neutron.api.rpc.agentn
Wrong configurations for provider = keystone.token.providers.pki.
It should be
provider = keystone.token.providers.pki.Provider
** Changed in: keystone
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is sub
Public bug reported:
Reproduce:
1. nova stop cirros
2.nova diagnostics cirros
[root@control-compute00 ~(keystone_admin)]# nova diagnostics cirros
ERROR: 'NoneType' object has no attribute 'iteritems'
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notif
Public bug reported:
Hi list,
I’m working under CentOS 6.4 + Havana.
I want to use the file based back-end for keystone catalog.
But, after I configured that, when I run command “keystone service list” and
“keystone endpoint-list”, I get nothing.
Anyone know why this happened ???
If I’m us
** Changed in: openstack-vmwareapi-team
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/bugs/1252827
Title:
VMWARE: Intermittent pro
Public bug reported:
When L3 agent starts or restarts, it almost immediately goes in to a
_sync_routers_task run. This task is synchronized with _rpc_loop so
that only one can happen at a time.
The problem with this is that -- at least at scale -- the
_sync_routers_task can take a VERY LONG time
Public bug reported:
The LDAP configuration includes a number of options such as:
[ldap]
user_allow_create = False
user_allow_update = False
user_allow_delete = False
tenant_allow_create = True
tenant_allow_update = True
tenant_allow_delete = True
role_allow_create = True
role_allow_update = Tr
Public bug reported:
I'm looking at the current Icehouse code, but this applies to previous
versions as well.
When we create a new instance via _build_instance() or
_build_and_run_instance(), in both cases we call instance_claim() to
test for resources and reserve them.
During a cold migration w
Public bug reported:
2eeaf963a447_floatingip_status migration script is not including
Embrane's core plugin (thus breaking the tests).
** Affects: neutron
Importance: Undecided
Assignee: Ivar Lazzaro (mmaleckk)
Status: In Progress
** Changed in: neutron
Assignee: (unassig
Public bug reported:
The server manager component of the BigSwitch plugin needs more unit
tests to exercise some functions that are currently mocked out as part
of the existing unit tests.
** Affects: neutron
Importance: Undecided
Assignee: Kevin Benton (kevinbenton)
Status: Ne
After updating my devstack, I could no longer reproduce it. But I'll
keep an eye out for it.
** Changed in: nova
Status: In Progress => Invalid
** Changed in: nova
Assignee: Eric Brown (ericwb) => (unassigned)
--
You received this bug notification because you are a member of Yahoo!
** Changed in: neutron
Status: New => 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/1288963
Title:
NSX: On deletion of Security Profile the port security address pair
a
Public bug reported:
This instance will not go away despite multiple 'nova delete's
+--+-
Public bug reported:
For Cisco Neutron plugin:
Alembic migration from revision f44ab9871cd6 to 2eeaf963a447 because the
floatingips table doesn't exist.
The fix is to add the plugin to the DB migration path for L3.
** Affects: neutron
Importance: Undecided
Status: New
--
You rec
Public bug reported:
The Hyper-V agent is currently obtaining aggregated metrics instead of values
for each individual port.
This leads to erroneous values in case instances have multiple ports.
** Affects: neutron
Importance: Undecided
Assignee: Claudiu Belu (cbelu)
Status: N
** Changed in: barbican
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/1253497
Title:
Replace uuidutils.generate_uuid() with
How is this a duplicate of a bug that was raised 2 months after this bug
was raised?
** Changed in: nova
Status: Invalid => In Progress
** This bug is no longer a duplicate of bug 1279563
Libvirt live migration fails when graphics listen is not 0.0.0.0 ("Cannot
assign requested address
** Changed in: nova
Importance: Undecided => Low
** Changed in: nova
Status: New => Won't Fix
** Changed in: nova
Status: Won't Fix => Opinion
** Changed in: nova
Status: Opinion => Confirmed
--
You received this bug notification because you are a member of Yahoo!
Engin
This is a duplicate of https://bugs.launchpad.net/nova/+bug/1279563.
** Changed in: nova
Status: New => Invalid
--
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/12624
Public bug reported:
Nova requires changes to support creation of snapshots for attached
volumes that are connected via libgfapi. This change is in line with
recent developments to support this feature in libvirt.
** Affects: nova
Importance: Undecided
Assignee: Eric Harney (eharney)
Public bug reported:
The file
openstack_dashboard/dashboards/admin/flavors/templates/flavors/_update.html
is not longer used anymore, and should be deleted.
** Affects: horizon
Importance: Undecided
Assignee: Facundo Farias (facundo-farias)
Status: In Progress
** Changed in: h
Public bug reported:
1. On the Openstack there are two security profiles one is “default” and other
created by us “Allow_All”.
2. Created an instance and to this instance added the above two security
profiles .
3. Observed the same in NSX Manager. See the attached screenshot
“NSX_profile_befor
Public bug reported:
To recreate :
Run : nova boot --image --flavor m1.small --num-instances 40 test
Then: for id in `nova list | grep "test" | awk '{print $2}'`; do nova delete
$id & done
Guest is removed from the hypervisor node:
[root@pcloud16 ~]# virsh list --all
IdName
Public bug reported:
Progress indicators in Resize Instance modal show two colors, blue for
currently allocated and green for the allocation-to-be based on user's
flavor choice. The problem is the current flavor is taken into account
in blue, and the new flavor is taken into account in green. In o
Agree, there's no reason why the CA key should be specified in
keystone.conf when the path can be specified directly to ssl_setup /
pki_setup for bootstrapping a self-signed deployment.
** Changed in: keystone
Importance: Undecided => Low
** Changed in: keystone
Status: Invalid => Triag
Following Mark suggestion, the fix is released as part of bug 1242532
** Changed in: neutron
Status: In Progress => 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/1247
Fix was released as part of other bug resolution
** Changed in: neutron
Status: Triaged => 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/1183261
Title:
Align Mellan
The issue was fixed as part of other bug resolution
** Changed in: neutron
Status: Confirmed => 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/1249993
Title:
Mellano
It's not a neutron bug because pool members are specified by IP+tcp port and
doesn't involve net/subnet.
We can't do anything on the neutron side.
** Changed in: neutron
Status: New => Invalid
** Changed in: horizon
Assignee: (unassigned) => Eugene Nikanorov (enikanorov)
--
You rec
Keystone does not require a CA Key, it generates one only for the "self
sign" use case. It does need a signing key and a certificate signed
with that key for signing tokens. The text above is not used during
normal operations, just during selfsign key generation.
** Changed in: keystone
S
Public bug reported:
The docker hypervisor plugin has a race condition during list_instances
where the instance list is constructed by creating a listing of
containers, then extracting instance names from the result of inspecting
that container. It may happen that the between fetching the list of
** Also affects: horizon (Ubuntu)
Importance: Undecided
Status: New
** Also affects: horizon (Ubuntu Trusty)
Importance: Undecided
Status: New
** Changed in: horizon (Ubuntu Trusty)
Importance: Undecided => High
** Changed in: horizon (Ubuntu Trusty)
Status: New =>
Public bug reported:
While fixing bug https://bugs.launchpad.net/neutron/+bug/1287630, nuage plugin
was missed from the list.
Following is the link to the change
https://github.com/openstack/neutron/commit/e0f8e3e36f460c19e12987098e025705b3049c85#diff-0acd2ca731a4597612b59e91a2562f5a
Nuage CI s
Public bug reported:
Failing over a network from one dhcp agent to another results in a new
IP address for the dhcp port. This breaks dns for all vms on that
network.This can be reproduced by simply doing a "neutron dhcp-
agent-network-remove" and then a "neutron dhcp-agent-network-add" and
o
Public bug reported:
This is using the latest nova from trunk. In our deployment, we had a
hypervisor go down and the tenant issued a hard reboot prior. When
attempting a reboot on a guest with the state HARD_REBOOT, nova
controller throws this error in it's logs and returns 'ERROR: The server
has
Public bug reported:
When a quota-show for a different tenant is requested without admin
permissions, you get the following message that is confusing and could
be improved.
"Non-admin is not authorised to access quotas for another tenant"
** Affects: neutron
Importance: Undecided
Assig
** Also affects: horizon (Ubuntu Trusty)
Importance: Undecided
Status: New
** Also 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
** Changed in: oslo.messaging
Status: Fix Committed => Fix Released
** Changed in: oslo.messaging
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/12
Public bug reported:
There's an outdated reference to the TestData class from when it was
still under the /horizon/ directory. The reference should be updated to
the correct location under /openstack_dashboard/ so we can have a nice
link in the documentation.
https://github.com/openstack/horizon/
** Changed in: oslo.messaging
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/1273455
Title:
stevedore 0.14 changes _load_plu
** Changed in: oslo
Status: Fix Committed => Fix Released
** Changed in: oslo
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/1282206
Title:
Unca
** 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/1280100
Title:
StringIO.StringIO is incompatible for python 3
Status in C
** Changed in: oslo
Status: Fix Committed => Fix Released
** Changed in: oslo.messaging
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.lau
** 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/1276510
Title:
MySQL 2013 lost connection is being raised
Status in OpenS
** Changed in: oslo.messaging
Status: Fix Committed => Fix Released
** Changed in: oslo.messaging
Milestone: None => icehouse-3
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.laun
** Project changed: neutron => neutron (Ubuntu)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1288841
Title:
l3-agent (dis)associate floatingip only after restart
Status in “neutron” p
** 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/1227321
Title:
DBDuplicateEntry not being translated for DB2
Status in Ci
** 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/904307
Title:
Application/server name not available in service logs
Statu
** 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 OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1241175
Title:
make sample config generation work with os
** 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 OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1256306
Title:
Lockfiles for fetching images remain forev
** 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 OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1271706
Title:
Misleading warning about MySQL TRADITIONAL
** Changed in: oslo
Status: Fix Committed => Fix Released
** Changed in: oslo
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/1273301
Title:
Unit
** 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 OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1277068
Title:
Multiple db calls in some quota methods
S
** 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 OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1278291
Title:
log_handler miss some log information
St
** 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 OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1280826
Title:
config generator fails when project enable
** 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 OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1286528
Title:
guru-meditation fails on Windows due to no
Public bug reported:
The copyright text is missing from openstack/common/__init__.py in
oslo-incubator and there is a missing line between the import and the
following code line too.
** Affects: glance
Importance: Undecided
Assignee: Ildiko Vancsa (ildiko-vancsa)
Status: New
** 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 OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1282250
Title:
Unit tests fail with ConfigNotFound: Could
** 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 Keystone.
https://bugs.launchpad.net/bugs/1266812
Title:
Keystone spamming log with deprecation warnings
Status in
Public bug reported:
If LBaaS functionality enabled and instances has more that one network
interfaces, horizon incorrectly choose members ports to add in the LB
pool.
Steps to reproduce:
0. nova, neutron with configured LBaaS functions, horizon.
1. Create 1st network (e.g. net1)
2. Create 2nd n
Public bug reported:
Common module glance.openstack.common.db.sqlalchemy.utils requires
common context module [1] but this module missed in glance, so we get an
error, when we try to use sqlalchemy.utils module. See an example at [2]
[1]
https://github.com/openstack/glance/blob/master/glance/ope
Public bug reported:
Hi
We use openstack havana from the saucy repositories
After an update the neutron-l3-agent did not (dis)associate floatingips.
Only after restart the service the changes are applied.
The package-version is:
neutron-l3-agent 1:2013.2.1-0ubuntu1
The neut
** Changed in: ubuntu
Status: New => 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/1178745
Title:
Inconsistent connectivity between instances with f
Public bug reported:
During restarting nova-compute, reconciliation with the controller node
is not performed correctly for PCI passthrough devices.
** Affects: nova
Importance: Undecided
Assignee: Baodong (Robert) Li (baoli)
Status: New
** Changed in: nova
Assignee: (una
Public bug reported:
when quota_driver=nova.quota.NoopQuotaDriver in nova.conf, a GET
v2/{tenant_id}/limits request fails with HTTP 400 and api.log shows the
following stacktrace:
2014-03-03 04:16:31.468 3182 TRACE nova.api.openstack.wsgi Traceback (most
recent call last):
2014-03-03 04:16:31.46
Public bug reported:
The PCI filter for scheduling runs on the basis of pci stats pools
available in a compute node. If the PCI requests match one or more
pools, the number of devices will be subtracted from the total number of
devices available in those pools.
On the compute node, PCI device all
Public bug reported:
* Description:
The latest version of setuptools has removed the class "Feature" ( see
https://bitbucket.org/pypa/setuptools/issue/65/deprecate-and-remove-
features, https://jira.mongodb.org/browse/PYTHON-639 ), but pymongo
sitll use it.
so when we execut the tools/install_ve
Public bug reported:
It would make it much quicker and easier for users to go through the
Launch Instance modal if one network (especially if there is only one)
were selected by default.
During usability testing, 100% of the participants agreed this would be
a major improvement to the Launch Inst
Public bug reported:
The current network topology functionality is limited since it's in it's
early days, but it would be great to see a feature addition that allows
routers to be connected to Networks via the network topology view. This
has been brought up on the operators mailing list by an end
This is by design to account for clients that are not PKI-aware. Until
we drop support for UUID tokens and the corresponding HTTP APIs for
validating tokens, this support should remain.
On the MD5 point specifically, see bug 1174499.
** Changed in: keystone
Status: New => Invalid
--
You
*** This bug is a duplicate of bug 1288312 ***
https://bugs.launchpad.net/bugs/1288312
** This bug is no longer a duplicate of bug 1283284
radware test_create_vip sometimes fails
** This bug has been marked a duplicate of bug 1288312
radware lbaas unit test failed: MismatchError: 409 !=
Thanks for the report. This is a nova error that Horizon can't do much
about. Could you provide the output of the following command to see if
the error can be reproduced using the nova client?
$ nova hypervisor-list
** Also affects: nova
Importance: Undecided
Status: New
** Changed in:
Public bug reported:
It can be reproduced using this distribution:
** 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://bugs
Public bug reported:
While accessing the horizon dashboard,
I'm unable to list the Hypervisors.
The python-six version has been updated from 1.3.0 fc19 package to 1.5.2
using pip.
However, the error is the following:
2014-03-06 12:46:20.399 31393 TRACE nova.api.openstack.wsgi
2014-03-06 12:4
Not a bug, my fault.
There was add a new policy by this update, this policy was wrong.
Cheers
Heiko
** 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 (Horiz
Public bug reported:
PKI token should be validated only using Cert and Revocation list.
There is no need for any user to fetch/validate the PKI token by making
a GET call. Currently, PKI token, similar to UUID token, can be
validated/fetched by making a GET call
v2.0/tokens/{tokenId}
Here toke
** 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/1281794
Title:
l2 agent script isn't resulting in the ovsdb-client proc
Public bug reported:
Migrations 338d7508968c_vpnaas_peer_address_.py and
abc88c33f74f_lb_stats_needs_bigint.py correct columns' length and types,
but nullable=False parameter is lost after its upgrade() :
mysql> explain ipsec_site_connections;
++---
All fixes merged.
** Changed in: ossa
Status: Fix Committed => 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/1260080
Title:
Trustee token revocations with memcache
Public bug reported:
Hi guyes,
I've yesterday upgraded to 2013.2.2 and i can do nothing with IP's at
the moment:
Associate / Disassotiate floating ips
Add LB Members
everything wher's horizon try to get fixed ip's
[Thu Mar 06 10:45:41 2014] [error] Internal Server Error:
/project/access_and_
Public bug reported:
one simple log typos in compute/manager.py rebuild_instance function.
else:
image_ref = orig_image_ref = instance.image_ref
LOG.info(_("disk not on shared storagerebuilding from:"
" '%s'
Public bug reported:
If the slug attribute is not defined on a TabGroup, the page is rendered
properly, but switching the tabs doesn't work -- either giving confusing
JavaScript errors about missing spinner, if preload = False, or just
simply doing nothing, otherwise.
A NotImplementedError should
Public bug reported:
I set up a testbed for Neutron ML2 LinuxBridge. I'd like to set two external
networks which is implemented by ethernet alias:
eth0:0 and eth0:1. I bind the ethernet name to provider network: physnet1 and
physnet2. However, it is not working.
The LinuxBridge agent is termina
Public bug reported:
When you create a new flavor with a deleted flavorid, the result in
mysql will show the new record. That's OK.
But if you operate these commands under psql, you'll find the result
will always be the old deleted one.
That means, the flavorid will always be occupied by the fir
1 - 100 of 103 matches
Mail list logo