Public bug reported:
My openstack neutron don't use namespace. After getting the patch
https://review.openstack.org/#/c/145829/, my dhcp-agent can't start up
dnsmasq, the log reports
2015-03-04 00:46:27.081 23165 ERROR neutron.agent.dhcp.agent [-] Unable to
enable dhcp for 0c4bcc8a-ed67-4782-8d
[Expired for Keystone because there has been no activity for 60 days.]
** Changed in: keystone
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1406476
Public bug reported:
Version: stable/icehouse
Description:
Change the Nova config file "nova.conf" for specifying the target cpu_model of
Penryn as follows:
cpu_mode = custom
cpu_model = Penryn
virt_type = kvm|qemu
After that, restart Nova services.
Eventually, try launching new VM, but it is
Public bug reported:
yum install -y openstack-packstack
packstack --gen-answer-file=~/answers.cfg
cat ~/answers.cfg | grep CONFIG_KEYSTONE_ADMIN_PW | grep -v ^$ | grep -v ^#
sed -i 's/CONFIG_HEAT_INSTALL=n/CONFIG_HEAT_INSTALL=y/' ~/answers.cfg
sed -i
's/CONFIG_KEYSTONE_ADMIN_PW=d6f026eb28bc4
Public bug reported:
For example, take this scenario:
1. Assume an environment with a single host… call it host-1
2. Deploy a VM, but force an exception in the spawn path somewhere to simulate
some "hypervisor error”
3. The scheduler correctly attempts to reschedule the VM, and ultimately ends
Public bug reported:
in the python3 port, we moved from python-oauth to python-oauthlib.
That change lost the functionality added to solve bug 978127
(http://pad.lv/978127).
We really need to have this in order to do oauth from systems that do
not have a clock that retains time across reboots.
Public bug reported:
The image location status blueprint
(https://blueprints.launchpad.net/glance/+spec/image-location-status)
removed the possibility to run the glance-scrubber with a file-backed
queue, but didn't actually remove the code or configuration for it. We
should clean up the code base
Public bug reported:
The page for a HTTP 500 error ("Something went wrong!") has a link for
Home. The link is simply "/", which may not be the application root as
set in local_settings.py. The link should reflect this setting.
** Affects: horizon
Importance: Undecided
Status: New
-
** Changed in: horizon
Status: Fix Released => In Progress
--
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/1394051
Title:
Can't display port list on a shared
Public bug reported:
Scenario: keystone is enabled for v3 with v3 policy
Create two domains: default domain has service user accounts and projects -
user domain is backed by ldap and has plain end user accounts
Configure Horizon to be domain aware - hard code the user domain as the
keystone doma
Public bug reported:
The commit for namespaces in neutron (under review 147744, which is
approved, but awaiting upstreaming), changes the router creation logic.
This breaks the neutron-vpnaas unit tests.
** Affects: neutron
Importance: Undecided
Assignee: Paul Michali (pcm)
Sta
Public bug reported:
Currently os-api extensions can only be disabled by choosing which ones
to enable. E.g.:
osapi_compute_extension =
nova.api.openstack.compute.contrib.select_extensions
osapi_compute_ext_list =
With nearly a hundred extensions, though, disabling a single extension
i
Public bug reported:
In case the object to be downloaded from Swift container is very large -
several Gigabytes should be enough - the web-server eats up all the
memory on Controller node. Line
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/containers/view
Thanks Brant for the quick feedback!
I opened the bug since it only concerns master, can you please confirm
the keystone part and tag it for kilo in order to have it fixed before
the release ?
** Information type changed from Private Security to Public Security
** Changed in: ossa
Status:
Public bug reported:
In some modal windows, form event listeners are not being attached correctly.
For example the date picker that should be triggered on a focus event in the
text box in [dashboard/admin/metering -> Modify Usage Report Parameters ->
Other] is not. This might be a problem with
This bug was fixed in the package nova - 1:2015.1~b2-0ubuntu6
---
nova (1:2015.1~b2-0ubuntu6) vivid; urgency=medium
* d/p/fixup-blkid.patch: Cherry pick inflight fix for return code
handling of blkid calls in libvirt kvm compute driver (LP: #1426324).
-- James PageTue, 03 M
Public bug reported:
I'm following the Horizon tutorial and the definition of the URL pattern in [1]
seems to be wrong. The text says:
"Replace the existing url pattern with the following line:
url(r'^\?tab=mypanel_tabs__tab$',
views.IndexView.as_view(), name='mypanel_tabs'),
"
If I run the
** Changed in: python-neutronclient
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/1373417
Title:
can't update ipv6-ra-mode and ipv6-address-
Public bug reported:
More in-depth discussion can be found here:
http://lists.openstack.org/pipermail/openstack-
dev/2015-February/056695.html
Basically - there is a number of filters that need to be re-run even if
we force a host. The reasons are two-fold. Placing some instances on
some hosts i
Public bug reported:
Jasmine tests at http://localhost:9000/jasmine/ServicesTests are failing
due to the rename of the metadata widget file.
File was:
horizon/static/horizon/js/angular/controllers/metadata-widget-controller.js
Now: horizon/static/angular/metadata-tree/metadata-tree-service.js
*
Public bug reported:
Brocade Mechanism driver and SVI are meant to be decomposed from the
Neutron Repo.
The code now resides in http://github.com/stackforge/networking-brocade
** Affects: neutron
Importance: Medium
Assignee: Shiv Haris (shh)
Status: New
** Changed in: neutron
** Changed in: python-neutronclient
Milestone: None => 2.3.11
** Changed in: python-neutronclient
Status: Fix Committed => Fix Released
** Changed in: python-neutronclient
Importance: Undecided => Low
--
You received this bug notification because you are a member of Yahoo!
Enginee
** Also affects: glance/icehouse
Importance: Undecided
Status: New
** Also affects: glance/juno
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:
Fixed in oslo.policy in 29cf374caf907ec64b0e14c994eabeb7688eba28
** Changed in: oslo.policy
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/12771
Public bug reported:
When I run `tox -epy27`, generally I get 13 test failures. One of these
is a proxy/WSGI interaction I don't care about. The remaining 12 are due
to tests which compare translated strings to untranslated message IDs.
My locale is:
$ locale
LANG=en_GB.UTF-8
LANGUAGE
Public bug reported:
Steps:
1. Create VM
2. Create volume
3. Attach volume to VM
4. Pause VM
5. Detach volume
6. Attach volume back (without unpausing the VM)
What happens is the volume enters the state "attaching" for a while but
then becomes "available" again without being "in-use". Nova-comput
Public bug reported:
Having a DVR with 1 port connected to a private network and 1 connected to an
external network.
After removing an instance connected to the private network the port of the
instance is not deleted.
Version
==
openstack-neutron-2014.2.2-1.el7ost.noarch
python-neutron-2014
Reviewed: https://review.openstack.org/160696
Committed:
https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=c4c27232c869633030022b750c2bf0cd65b66d4c
Submitter: Jenkins
Branch:master
commit c4c27232c869633030022b750c2bf0cd65b66d4c
Author: Attila Fazekas
Date: Tue Mar 3 09:54:
** Also affects: tempest
Importance: Undecided
Status: New
** Changed in: tempest
Assignee: (unassigned) => Henry Gessau (gessau)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/b
Public bug reported:
cloud-init currently assumes that the names of "files" in
/sys/class/dmi/id/ will be the same as the arguments to dmidecode -s
would be.
This is not the case, so any data source that relies on DMI data is
likely to be broken
** Affects: cloud-init
Importance: Undecided
Fixed in oslo.log 0.4.0
** 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/1426544
Title:
Nova switching to oslo_log
Public bug reported:
Example from:
http://logs.openstack.org/47/122347/16/check/check-tempest-dsvm-full/e958fa0/logs/screen-n-cpu.txt.gz
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/__init__.py", line 851, in emit
msg = self.format(record)
File "/usr/local/lib/pytho
Public bug reported:
There are many references to 0.0.0.0/0 and ::/0 in Neutron code. It
would be good to replace them with a constant and use the constant at
various places.
** Affects: neutron
Importance: Undecided
Assignee: Vijay Chundury (vchundur)
Status: In Progress
** C
Public bug reported:
ml2 extension driver implements API for several methods including
process_update_port.
however, in the method update_port() of the plugin, there is a flag to indicate
whether to notify on the update or not.
the extension do update the port but do not change the flag
(need
Public bug reported:
edit firewall is not allowed if the firewall is in pending state
in horizon, we are getting error if we try to update the firewall.
the edit option should be hided in unsupported states.
** Affects: horizon
Importance: Undecided
Assignee: Masco Kaliyamoorthy (masc
Public bug reported:
Since the Freescale Code for ML2 Mechanism Driver [1] and FWaaS plugin
[2] is in thin shape as per the Neutron guidelines, no update to the
existing code base is necessary.
But, as per the community suggestion,
neutron/doc/source/devref/contribute.rst must be updated with sta
Public bug reported:
This is to track the work on SeaMicro plugin decomposition.
** Affects: neutron
Importance: Undecided
Assignee: Harshada Mangesh Kakad (harshada-kakad)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Harshada Mangesh Kakad (harshada-kakad
37 matches
Mail list logo