https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1262641
this Libvirt issue has been fixed already
** Changed in: nova
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (n
Public bug reported:
I do a live-migration from host1 to host2
live-migration successfully to but the instance's host is not set back to host2
yet before host1's nova-compute service crash(ctrl+c to stop it)
nova list show that the instance is still active(actually , it is done
the migration and
Public bug reported:
Now dhcp agent receive message of 'port_update_end', 'port_create_end'
and 'port_delete_end', it will call driver 'reload_allocations' method
evrytime, I think it does not 'reload_allocations' evrytime, for
example, bulk create two ports in one network, it just need reload onc
Public bug reported:
Running 'nova floating-ip-delete ' will happily delete IP addresses
that are associated with currently-running instances.
It would be safer if the user were required to either disassociate them
from the instance before being permitted to delete them, or to pass a
--force flag
Public bug reported:
get_subnet becomes slow with large numbers of ip availability ranges.[1]
This plagues anything else that calls get_subnet or get_subnets, which
is lots of stuff.
1. $ time neutron subnet-show 9f4d3afa-5e13-4031-a24e-923adf36efb1
+---+
I'm getting this in nova-api too, we don't use neutron.
I get it when I do a nova list or nova show. Restarting nova-api fixed
it for a while but then it comes back again.
==> /var/log/nova/nova-api.log <==
2015-03-27 13:56:06.649 10962 WARNING keystonemiddleware.auth_token [-]
Retrying on HTTP
Public bug reported:
If I have
[conductor]
workers = 0
I get 1 conductor process
Increasing the value I get the following
workers = 1 = 1 process
workers = 2 = 3 processes
workers = 3 = 4 processes
Looks like if workers > 1 processes = workers + 1
workers < 2 = processes = 1
This is in Jun
Public bug reported:
API test_update_agent_description modifies the description of the agent
identified by self.agent['id']. If that test case is run before
test_list_agent, then the latter will fail because it compares with the
original description:
2015-03-18 14:47:53.271 | 2015-03-18 14:47:53
Patch/Fix is here:
https://review.openstack.org/168207
** Also affects: neutron
Importance: Undecided
Status: New
** Changed in: neutron
Assignee: (unassigned) => Dan Prince (dan-prince)
** Changed in: neutron
Status: New => In Progress
--
You received this bug notificat
Public bug reported:
when do a live migration which the instance is in a state like this
taget@liyong:~/devstack$ nova list
+--+---+++-+--+
| ID | Name | Status | Task Sta
Public bug reported:
check_child_processes_interval default is disable which cause following
processes can't be respawn after it get killed:
1. dnsmasq
2. neutron-ns-metadata-proxy
3. radvd in l3 agent
this is more like a wishlist than a bug
** Affects: neutron
Importance: Undecided
A
** Project changed: horizon => django-openstack-auth
--
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/1436709
Title:
add message show for switch project
Status in Dj
*** This bug is a duplicate of bug 1407618 ***
https://bugs.launchpad.net/bugs/1407618
** This bug has been marked a duplicate of bug 1407618
unable to reload allocations neutron-dhcp-agent
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is
Public bug reported:
The following are two test cases, one is to validate url_path, while the other
is to validate http_method when try to create health monitor for LBaaS API V2
Testing , when unit test these 2 method, it throws exceptions, and I believe
that we need to validate these two input
Public bug reported:
If a network is created and ports are immediately created on it very
rapidly, we get traces like the following in the agent log:
2015-03-26 23:03:44.863 10395 ERROR neutron.agent.dhcp_agent [-] Unable to
reload_allocations dhcp for 9def-ddb1-46c2-8476-f4b4529d44f3.
2015-
** Changed in: puppet-neutron
Milestone: None => 4.0.0
** Changed in: puppet-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/1262678
Public bug reported:
With the latest keystone policy.json I'm seeing parse errors with
oslo.policy:
Mar 26 19:12:55 localhost.localdomain.localdomain keystone[3673]: 2015-03-26
19:12:55,513 ERROR Failed to understand rule DELETE
T
Public bug reported:
keystone 2014.1.4 introduces a new dependency to a stable release.
Commit 9aec35a adds a dependency in requirements.txt on
oslo.serialization.
** Affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member
Public bug reported:
https://github.com/openstack/nova/blob/5b77c108f14f2bcd42fecfcd060331e57a2e07dd/nova/compute/resource_tracker.py#L554
is always true, since the nova.pci.stats.PciDeviceStats is different
object even if it has an equivalent content.
Please compare the resources properly and s
** Changed in: nova
Status: Confirmed => 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/1362863
Title:
reply queues fill up with unacked messages
Status
** Also affects: openstack-manuals
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/1384309
Title:
VMware: New permission requi
https://review.openstack.org/168092
** Changed in: nova
Status: Confirmed => Won't Fix
** Changed in: nova
Status: Won't Fix => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https
** No longer affects: 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/1424269
Title:
No [database] section on nova.conf
Status in OpenStack Manuals:
Incomplete
B
** Project changed: glance => mos
** Changed in: mos
Assignee: (unassigned) => MOS Linux (mos-linux)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1436034
Title:
connection reset b
Public bug reported:
Mocks always have headers shown on the allocated table, even if no items
selected.
https://openstack.invisionapp.com/d/main#/projects/2472307
I rather prefer the headers NOT be shown...but we want all of the steps
to be consistent one way or the other.
** Affects: horizon
Public bug reported:
Start protected method names with underscores to indicate how they're
going to be used.
This is convinient when understanding class relationships.
** Affects: neutron
Importance: Wishlist
Assignee: Eugene Nikanorov (enikanorov)
Status: In Progress
--
You
Public bug reported:
In the VPNaaS functionality, when you set dpd action to disabled (other choice
are hold, clear, restart, restart by peer), the value configured for Openswan
is :
# [dpd_action]
dpdaction=disabled
I'm running OpenSwan 2.6.37-1 and disabled is not a recognized value.
When
Public bug reported:
Sample output, seen in multiple jobs:
2015-03-26 06:35:08.895 | 2015-03-26 06:35:08.886 | Running Horizon integration
tests...
2015-03-26 06:35:09.327 | 2015-03-26 06:35:09.318 |
2015-03-26 06:35:09.329 | 2015-03-26 06:35:09.320 | TestDashboardHelp
2015-03-26 06:35:29.765 |
Public bug reported:
There's a race condition in instance_create, that allows creation
several instances with duplicate hostname/display_name. Before storing
instance record in database, there's a query for existing records with
same hostname.
with session.begin():
if 'hostname' in v
Public bug reported:
There're 2 unit test always fail in mac os. The two is
https://review.openstack.org/#/c/121525/6/nova/wsgi.py
However, I can't understand its details but keep googling. And I found
http://stackoverflow.com/questions/14388706/socket-options-so-reuseaddr-
and-so-reuseport-how-d
Public bug reported:
In template/openswan/ipsec.conf.template, both leftnexthop and rightnexthop
connection parameters are assigned like below,
leftnexthop=%defaultroute
rightnexthop=%defaultroute
With this settings, ipsec addconn command is failing for ipv6 addresses
like below
2015-03-26 15:0
Addressed by https://review.openstack.org/168021
** Also affects: networking-ovn
Importance: Undecided
Status: New
** No longer affects: neutron
** Changed in: networking-ovn
Importance: Undecided => High
** Changed in: networking-ovn
Assignee: (unassigned) => Gary Kotton (gar
Public bug reported:
Since Juno, some new hardware properties have been added to Nova that
should be included in the Kilo versions of the metadef JSON files. This
bug, would add in new properties or objects found in Nova and update
properties or objects if the definitions have changed.
** Affects
Public bug reported:
2015-03-26 07:36:09.617 ERROR neutron.plugins.ml2.managers
[req-7e81f1ef-ef9d-4e65-9c75-873c40de95df demo
be356f97e093403c9fc2ebed44823a98] Mechanism driver 'ovn' failed in
create_network_postcommit
2015-03-26 07:36:09.617 TRACE neutron.plugins.ml2.managers Traceback (most
Public bug reported:
update_available_resource (nova/compute/manager.py) can be considered
as expensive at scale, its frequency should be configurable.
Please add a config option for the update_available_resource frequency.
** Affects: nova
Importance: Undecided
Status: New
--
Public bug reported:
2015-03-12 00:15:34.055 20832 ERROR nova.network.security_group.neutron_driver
[req-ba42cb7f-c365-4dbf-ae68-ac2c785e4172 None] Neutron Error creating security
group rally_novasecgrp_hukloynopy
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver
Tr
Public bug reported:
To load the connection into pluto daemon, neutron is calling ipsec
addconn command.
When ipv6 address is passed for --defaultroutenexthop option, for this
command, like below,
'ipsec', 'addconn', '--defaultroutenexthop',
u'1001::f816:3eff:feb4:a2db'
we are getting following
Public bug reported:
When instance.vm_state is SOFT_DELETED, if we send duplicate delete request
there is an inconsistency in delete api.
If delete api is called with instance name, it returns an error message while
calling it with instance id returns success response and sends duplicate delete
Public bug reported:
When boot instance with dedicated cpu_policy, the cpu_pinning field of
InstanceNUMATopology is '{}'.
But the function 'instance_topology_from_instance' just missed that fields when
convert instance numa topology dict back to object:
https://github.com/openstack/nova/blob/ma
Public bug reported:
admin state column is missing in all the load balancer tables (pools,
members and monitors)
** Affects: horizon
Importance: Undecided
Assignee: Masco Kaliyamoorthy (masco)
Status: New
** Changed in: horizon
Assignee: (unassigned) => Masco Kaliyamoorth
Patch hasn't been updated in 6 months, removed assignee and reset
status.
** Changed in: horizon
Assignee: John Davidge (john-davidge) => (unassigned)
** Changed in: horizon
Status: In Progress => Opinion
--
You received this bug notification because you are a member of Yahoo!
Engin
13.04 is no longer supported; marking 'Won't Fix'
** Changed in: nova (Ubuntu)
Status: Confirmed => Won't Fix
--
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/1172906
** Changed in: nova (Ubuntu)
Status: Confirmed => Triaged
** Changed in: nova (Ubuntu)
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.
** Also affects: nova
Importance: Undecided
Status: New
** Changed in: nova (Ubuntu)
Importance: Undecided => Critical
** Changed in: nova (Ubuntu)
Importance: Critical => Medium
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is
Marking fix releases as we have both kilo and juno point release in
Ubuntu now.
** Changed in: keystone (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launc
Public bug reported:
Going the decoupled shim route for contributing the KEMP Technologies V2
driver, this is the bug report to track the review request.
** Affects: neutron
Importance: Undecided
Assignee: Shane McGough (smcgough)
Status: New
** Tags: kemptech lbaas
** Chang
Public bug reported:
python-fuelclient_sha: b223dcaf5fdad2f714cd245958fefe03995d6207
release: '6.1'
release_versions:
2014.2-6.1:
VERSION:
api: '1.0'
astute_sha: 4a117a1ca6bdcc34fe4d086959ace1a6d18eeca9
build_id: 2015-03-23_11-20-26
build_number: '217'
feature_g
marking it as invalid. this is not needed. locking was certainly one way
and I have decided to have a better implementation as part of
networking-plumgrid. coming soon!
** Changed in: neutron
Status: In Progress => Invalid
--
You received this bug notification because you are a member of
patch in oslo.db get merged.
https://review.openstack.org/#/c/143632/
** No longer affects: nova
** No longer affects: python-novaclient
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launc
Public bug reported:
When we switch the project admin to demo there is no message show althrough
success,
we can add message show.
** Affects: horizon
Importance: Undecided
Assignee: tinytmy (tangmeiyan77)
Status: New
** Changed in: horizon
Assignee: (unassigned) => tiny
Public bug reported:
This is actually the following up of the comment in this patch
(https://review.openstack.org/#/c/144860/19/keystone/catalog/backends/sql.py).
In current source, we just keep the service in the catalog with no
endpoints, we should skip the services as Henry's comments.
** Aff
51 matches
Mail list logo