Public bug reported:
protocol_port 0 is reserved.But in lbaasv2,users can create listener or member
with protocol_port 0.
For example:
Created a new member:
++--+
| Field | Value|
++-
Public bug reported:
"live_migration" call in Liberty doesn't have backwards compatibility
with Kilo.
Liberty control plane and Kilo compute nodes.
Doing live-migration and getting error below on compute node
TypeError: live_migration() got an unexpected keyword argument
'migration'
Workaround
Public bug reported:
New test case introduced to neutron lately by
https://github.com/openstack/neutron/commit/cc3ba38641e5a414ec4408b13ecb7bd80ea343ff
Caused networking-odl py27/py34 gate checking failure, as shown in
https://review.openstack.org/#/c/309847/
The first hunch is the mock for
Public bug reported:
Now that we advertise MTU via DHCP and RA by default, there is no reason
to keep the option available for configuration. Other agents/plugins are
also encouraged to advertise MTU values to instances by their own means.
** Affects: neutron
Importance: Undecided
Assig
Public bug reported:
If a MaxRetriesExceeded exception is raised by
scheduler_utils.populate_retry then request_spec will be empty in the
exception handler[1], then _set_vm_state_and_notify method will just put
a empty dict as request_spec into the payload of notification[2]. It
would make more se
Reviewed: https://review.openstack.org/223343
Committed:
https://git.openstack.org/cgit/openstack/neutron/commit/?id=31861843d90e013d31fb76fc576b49a35e218aa4
Submitter: Jenkins
Branch:master
commit 31861843d90e013d31fb76fc576b49a35e218aa4
Author: Carl Baldwin
Date: Mon Sep 14 23:29:04 201
This isn't a bug on tip of tree master, it's a bug on master+1. It can
be reopened once the referenced patch merges.
** Changed in: neutron
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neut
*** This bug is a duplicate of bug 1482354 ***
https://bugs.launchpad.net/bugs/1482354
Seems like this was fixed by https://review.openstack.org/#/c/210100
** Changed in: horizon
Status: In Progress => Invalid
** This bug has been marked a duplicate of bug 1482354
Setting "enable_q
** Also affects: cloud-init
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1575938
Title:
Instance path in / if instance-id starts with '/'
Reviewed: https://review.openstack.org/300691
Committed:
https://git.openstack.org/cgit/openstack/horizon/commit/?id=58553ba6e84fab3a324df55b2bee050fa765323b
Submitter: Jenkins
Branch:master
commit 58553ba6e84fab3a324df55b2bee050fa765323b
Author: Diana Whitten
Date: Fri Apr 1 16:13:41 201
Turns out this is already fixed earlier.
** 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/1575897
Title:
evacuate breaks
** Also affects: nova
Importance: Undecided
Status: New
** Summary changed:
- nova-powervm no longer loading from out of tree
+ Out-of-tree compute drivers no longer loading
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed
Reviewed: https://review.openstack.org/310474
Committed:
https://git.openstack.org/cgit/openstack/nova/commit/?id=b256cae8e204fbbf6f3d40f5f4d47013be018a6d
Submitter: Jenkins
Branch:master
commit b256cae8e204fbbf6f3d40f5f4d47013be018a6d
Author: Matt Riedemann
Date: Wed Apr 27 09:47:59 2016
Public bug reported:
The config drive currently is only generated on initial boot. As a
result of this if you have an instance that is a BFV instance and the
hypervisor hosting the instance goes down you cannot issue an evacuate
command on the instance because compute on the new destination will n
Reviewed: https://review.openstack.org/309927
Committed:
https://git.openstack.org/cgit/openstack/horizon/commit/?id=bee35b5f42cec86d04a88202b438c43d7599c7c6
Submitter: Jenkins
Branch:master
commit bee35b5f42cec86d04a88202b438c43d7599c7c6
Author: Sergei Chipiga
Date: Mon Apr 25 13:31:01 2
OK, after re-reading the bug description, I think upstream Nova should
take a look to address this issue:
> - If nova able to start instances two times with same rbd block
> device, it's a really big hole in the system I think [...]
I change the description of the bug report to make that clear.
** Also affects: ironic
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/1575661
Title:
can not deploy a partition image to Iro
Public bug reported:
On Ubuntu 14.04 LTS when re-configuring the cloud-init package by
running dpkg-reconfigure, the OpenStack data source is incorrectly
written to the configuration file /etc/cloud/cloud.cfg.d/90_dpkg.cfg
>From a default install:
datasource_list: [ NoCloud, ConfigDrive, OpenNeb
Submitter triaged their own bug. :-)
** 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/1487357
Title:
No PoolInUse Check when creating
If we backport the fix for this in nova we also have to backport the fix
for the bug that it introduced:
https://review.openstack.org/#/c/310474/
** Also affects: nova/mitaka
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Eng
Public bug reported:
first, copy horizon dir to another path, eg. xxx/horizon
cd xxx/horizon,
pyrhon tools/install_venv.py
source .venv/bin/activate
python manage.py runserver 0.0.0.0:,
input web url with "{ip}:",
this url change to "http://{ip}:/dashboard/auth/login/";
error info:
Pa
Public bug reported:
Using fresh master of DevStack, I can not deploy partition images to
Ironic nodes via Nova.
I have two images in Glance - kernel image and partition image with
kernel_id property set.
I have configured Ironic nodes and nova flavor with capabilities:
"boot_option: local" as d
** Changed in: openstack-api-site
Assignee: (unassigned) => Sharat Sharma (sharat-sharma)
** Changed in: openstack-api-site
Status: Confirmed => In Progress
** Project changed: openstack-api-site => nova
--
You received this bug notification because you are a member of Yahoo!
Engine
Hi Bathri,
The nova api has moved into nova code base. So, removing the api-site and
adding nova.
** Project changed: openstack-api-site => nova
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bu
You have been subscribed to a public bug:
https://review.openstack.org/277971
Dear bug triager. This bug was created since a commit was marked with DOCIMPACT.
Your project "openstack/nova" is set up so that we directly report the
documentation bugs against it. If this needs changing, the docimpac
You have been subscribed to a public bug:
https://review.openstack.org/265898
Dear bug triager. This bug was created since a commit was marked with DOCIMPACT.
commit cf34a32820cc21dd9b9075d5476e050ecd8b34ac
Author: Andrea Rosa
Date: Mon Jan 11 15:50:09 2016 +
Enable volume operations
@Robin, it seems this commit[1] had already solved this issue, please
reopen this bug if I was wrong.
[1]https://github.com/openstack/nova/commit/04b7c27dfb446cfce508db32643bed3220b117b1
** Changed in: nova
Status: In Progress => Invalid
--
You received this bug notification because you
** Changed in: openstack-api-site
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/1545972
Title:
Missing API doc for fault server fiel
** No longer affects: openstack-ansible
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1509312
Title:
unable to use tenant network after kilo to liberty update due to port
security ext
Confirmed in the api-site, so pushing a patch.
** Also affects: nova
Importance: Undecided
Status: New
** Changed in: nova
Assignee: (unassigned) => Sharat Sharma (sharat-sharma)
** Changed in: nova
Status: New => In Progress
--
You received this bug notification because
** Project changed: openstack-api-site => 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/1543791
Title:
Nova API doc for listing servers is missing metadata filter
You have been subscribed to a public bug:
I am using Nova v2.1 (Liberty). The documentation for listing servers
only covers a portion of the supported filter options. I don't know what
they all should be but I've found that 'metadata' is one of them. :-)
List Servers Doc: http://developer.opensta
Public bug reported:
If a MaxRetriesExceeded exception is raised by scheduler_utils.populate_retry
then request_spec will be undefined in the exception handler, see:
https://git.openstack.org/cgit/openstack/nova/tree/nova/conductor/manager.py#n422
This was introduced by moving the initializati
** Also affects: nova
Importance: Undecided
Status: New
** Changed in: nova
Assignee: (unassigned) => Sharat Sharma (sharat-sharma)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://b
Public bug reported:
This function uses the list comprehension iteration variable where it
will be out of scope in Python 3, see
https://git.openstack.org/cgit/openstack/horizon/tree/openstack_dashboard/dashboards/project/loadbalancers/tables.py#n369
This should be replace with vip_fips[0]. As lo
** Changed in: openstack-api-site
Status: Confirmed => In Progress
** Project changed: openstack-api-site => 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/149
You have been subscribed to a public bug:
https://review.openstack.org/214592
commit 11507eeceb2c56e50e9fe030a70470a02f577f2a
Author: John Garbutt
Date: Wed Aug 19 13:46:52 2015 +0100
api: deprecate the concept of extensions in v2.1
We want to remove the extension infrastructure i
** Project changed: openstack-api-site => 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/1369140
Title:
Add quotas for Server Groups (quota checks)
Status in O
You have been subscribed to a public bug:
https://review.openstack.org/116079
commit 0e9093c30f53d6d44c8290b669b238c21e17a772
Author: Phil Day
Date: Thu Aug 21 19:38:28 2014 +
Add quotas for Server Groups (quota checks)
This third change in a sequence that adds new quota value
39 matches
Mail list logo