This is alaready resolved by https://review.openstack.org/#/c/125137/
** Changed in: horizon
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchp
Public bug reported:
This trace has been observed recently.
The logstash query that captures the trace is below:
http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiS2V5RXJyb3I6ICdnYXRld2F5X21hYydcIiBBTkQgYnVpbGRfbmFtZTpcImNoZWNrLXRlbXBlc3QtZHN2bS1uZXV0cm9uLWR2clwiIiwiZmllbGRzIjpbXSwib2Z
Public bug reported:
As per bug https://bugs.launchpad.net/nova/+bug/1238910, we truncate
instance names longer then 63 characters.
When doing nova boot --min-count=5 bob, a "-{UUD}" is appended to the
name resulting in something like:
bob-48cf0539-3be3-43bd-b744-fd5ae2a51c1a
This name then get
Public bug reported:
CiscoCfgAgent.hosting_devices_removed() contains an error in the
format string used to log errors:
LOG.error(_LE("Invalid payload format for received RPC message "
"`hosting_devices_removed`. Error is %{error}s. "
"Payload is %(payload)s"),
Public bug reported:
ofctl_arg_supported contains a bad call to LOG.debug in an exception
path.
LOG.debug("...%s. Exception: %s", (full_args, e))
This throws "TypeError: not enough arguments for format string" and
should be:
LOG.debug("...%s. Exception: %s", full_args, e)
** Affects: n
Public bug reported:
http://logs.openstack.org/46/142246/1/check//check-tempest-dsvm-neutron-
full/ff04c3e/console.html#_2014-12-16_23_45_56_966
message:"check_public_network_connectivity" AND message:"AssertionError:
False is not true : Timed out waiting for" AND message:"to become
reachable" AN
Public bug reported:
Currently, if the image properties include hw_serial_port_count,
hw_cpu_max_sockets, hw_cpu_max_cores or hw_cpu_max_threads, but the
flavor does not specify the corresponding request, the image request
will be used to boot the instance.
This has potential issue because if fla
Public bug reported:
Currently, we forgot invalidate cache when updating service, region,
endpoint successfully. This leads to a bug:
1. enable the catalog cache
2. create a service
3. get the service
4. update the service
5. get the service again, the service is the one before updating
** Affec
** Changed in: nova
Status: New => Opinion
--
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/1403270
Title:
"import nova.hacking.checks.factory" now requires eventle
Public bug reported:
Sql driver:
curl -i -H "X-Auth-Token:$token" -H "Content-Type:application/json"
http://127.0.0.1:35357/v3/endpoints -d '{"endpoint":{"service_id":
"84a0ed4f9c484f2391357cfba0b9ae94", "interface": "public", "url":
"http://127.0.0.1"}}'
HTTP/1.1 201 Created
Date: Wed, 17 De
Public bug reported:
As of https://review.openstack.org/#/c/140146/2 importing
nova.hacking.checks now requires eventlet
This becomes an issue if we want to run flake8 in a venv without
eventlet. We do this as part of the hacking integration test, it builds
a venv (via tox) with trunk hacking an
Public bug reported:
The integration test has a function called 'is_the_page_title' which checks the
title of current page with title assigned for each page on horizon like Login
page has its own title etc.
The comparison and raising of AssertionError when title doesnt meet actual page
title ,
Public bug reported:
If an invalid sort key or sort direction is given the REST API returns
an error code 500 with the "The server has either erred or is incapable
of performing the requested operation." message.
This is occurring because the exceptions raised in
oslo.db.sqlalchemy.utils.paginate
I think this was something to do with your install of oslo.utils, since
netifaces should be pulled in as a dependancy via that package, so I'm
going to mark this as invalid for now.
** Changed in: glance
Status: New => Invalid
--
You received this bug notification because you are a member
This bug was fixed in the package horizon - 1:2014.1.3-0ubuntu2
---
horizon (1:2014.1.3-0ubuntu2) trusty; urgency=medium
* Fix Ubuntu theme region switcher dropdown (LP: #1396318)
-- Chris JohnstonWed, 03 Dec 2014 14:00:30 -0500
** Changed in: horizon (Ubuntu Trusty)
St
Public bug reported:
In Firefox and IE9, the popover for the router appears to the far right
and not next to the router representation in the topology. Seems to work
correctly in Safari.
** Affects: horizon
Importance: Undecided
Assignee: Kelly Domico (kelly-domico)
Status: New
Missing config settings in localrc at the Compute node.
Able to start the VM VNC console after adding the following lines in
localrc:
NOVA_VNC_ENABLED=True
NOVNCPROXY_URL="http://172.29.172.161:6080/vnc_auto.html"; # 172.29.172.161
is the Controller IP address
VNCSERVER_LISTEN=$HOST_IP
VNCS
** Changed in: nova
Importance: Undecided => Wishlist
** Changed in: nova
Status: New => Opinion
--
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/1402522
Title:
** Also affects: keystone
Importance: Undecided
Status: New
** No longer affects: keystone
** Also affects: cinder (Ubuntu)
Importance: Undecided
Status: New
** Also affects: ceilometer (Ubuntu)
Importance: Undecided
Status: New
** Also affects: neutron (Ubuntu)
Hi zyjyan,
Thanks for giving the steps to reproduce the issue. I was able to see
the same result by testing with devstack and horizon.
What you are seeing is not a bug. In horizon when you choose the option
"Boot from image (creates new volume)" what you are doing is creating a
bootable volume fr
Public bug reported:
The fake_notifier code is using anyjson, which today is failing to
serialize something in a notification payload. Failure looks like this:
Traceback (most recent call last):
File "/home/dan/nova/.tox/py27/lib/python2.7/site-packages/mock.py", line
1201, in patched
Actually, it's not affecting Keystone -- or at least, it's not related
to Keystone itself -- but rather is a problem in Swift's
requirements.txt that is being installed in the check-grenade-dsvm jobs
in any of the integrated release projects.
** Also affects: keystone
Importance: Undecided
Marking this bug as invalid.
1. It was filed against folsom
2. Bug has not been updated in over 8 months, since last update
** Changed in: nova
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to O
** 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/1400325
Title:
ML2 Cisco MD: Error: 'profileid' with UCSM
Status in OpenStack Neutro
Public bug reported:
Glance is configured to use swift as its backend.
While creating image from horizon using image source as image file, the image
is uploaded in the controller occupying the disk space of the controller
instead of streaming. A tmp file is created in /tmp directory and the owne
Public bug reported:
Using:
PANEL_DASHBOARD = 'settings'
PANEL = 'mypanel'
PANEL_GROUP = "default"
ADD_PANEL = 'mypackage.foo.bar.MyPanel'
Will result in the new panel being added to the "Other" panel group
instead of to the default panelgroup as documented
(http://docs.openstack.org/developer/h
Public bug reported:
Most of the openstack services has named the corresponding messaging
control_exchange with the respective service name. But glance is named
it as 'openstack'. So this bug is filed to name it as 'glance' to make
consistent with other services
** Affects: glance
Importance
Public bug reported:
When using volumeutils v1, iSCSI targets are not marked as persistent.
For this reason, those will be disconnected when the compute node
reboots.
This not only makes attached volumes unavailable, but makes VMs that
have volumes attached using iSCSI unable to boot.
** Affects
Public bug reported:
While running the nova.tests.unit.compute.test_compute unit test, I
noticed that it throws a lot of exceptions, which don't actually cause
the test suite to report failure. It appears that these are caused by
some periodic background task being executed. Such tasks should be
d
** 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/1400725
Title:
Typo in a unittest for allowed-address-pairs extension w
Public bug reported:
With latest Juno release, I see the need to login twice issue occurring
again:
2014-12-16 11:58:37,635 18072 INFO openstack_auth.forms Login successful for
user "mrunge".
2014-12-16 11:58:37,641 18071 INFO openstack_auth.views Logging out user
"mrunge".
2014-12-16 11:58:37,
Public bug reported:
Description of problem:
===
Horizon should accept an IPv6 address as a VIP Address for LB Pool.
Version-Release number of selected component (if applicable):
=
RHEL-OSP6: 2014-12-12.1
python-djang
Public bug reported:
the parameter filter_class_names from funciton get_filtered_hosts is
not assigned values, so we always use the filters from
CONF.scheduler_default_filters.
** Affects: nova
Importance: Undecided
Assignee: zhangtralon (zhangchunlong1)
Status: New
** Change
Public bug reported:
When modifying an image file and then updating the image by using glance
image-update --file
doesn't update the image
How to reproduce
Download an image and upload it:
# wget
http://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x
Public bug reported:
Description of problem:
===
IPv6 VIP remains in ERROR state due to haproxy cannot bind socket.
neutron.services.loadbalancer.agent.agent_manager Traceback (most recent call
last):
neutron.services.loadbalancer.agent.agent_manager File
"/usr/lib/python2
** Changed in: neutron
Status: Invalid => In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1394962
Title:
Incorrect IP on Router Interface to External Net
Status in Ope
Public bug reported:
It leaves over volume link and security group rules in the destination
host , if the nova-compute process of the source host interrupts
after the pre_live_migration operation finishes for some reason
** Affects: nova
Importance: Undecided
Assignee: zhangtralon
** Also affects: nova (Ubuntu)
Importance: Undecided
Status: New
** No longer affects: nova (Ubuntu)
--
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/1307791
Titl
38 matches
Mail list logo