Public bug reported:
Several places in the Horizon code were using the term "error" for
styling alerts where the correct style name is "danger" which is
translated to "alert-danger" in Javascript templating
(_alert_message.html).
** Affects: horizon
Importance: Undecided
Assignee: Richa
Public bug reported:
OS version: RHEL 6.5
libvirt version: libvirt-0.10.2-29.el6_5.9.x86_64
When I attempt to live migrate my KVM instance using latest Juno code on
RHEL 6.5, I notice nova-compute error on source compute node:
2014-08-27 09:24:41.836 26638 ERROR nova.virt.libvirt.driver [-]
[in
Public bug reported:
At
https://github.com/openstack/nova/blob/master/nova/virt/libvirt/volume.py#L590,
the purpose of "self._run_multipath('-r', check_exit_code=[0, 1, 21]") is to
setup a command to reconstruct multipath devices.
But the result of it is "multipath - r", not the right format "m
Public bug reported:
On a controller node, with L3 agent mode of 'dvr_snat', the snat
namespace remains on the node even after the router is deleted.
This problem is reproduced on a 3 node setup with 2 compute nodes and
one controller node setup using devstack. L3 agent mode on compute nodes
is
Public bug reported:
Since upgrading to icehouse we consistently get reply_x queues
filling up with unacked messages. To fix this I have to restart the
service. This seems to happen when something is wrong for a short period
of time and it doesn't clean up after itself.
So far I've seen the i
Public bug reported:
While running Tempest tests against my device, the encryption tests
consistently fail to attach. Turns out the problem is an attempt to
create symbolic link for encryption process, however the rootwrap spec
is restricted to targets with the default openstack.org iqn.
Error M
Public bug reported:
Click on Filter Button on Host Aggregates page and notice the below
error: (Since the Filter text box is an auto filter, we may need not
require Filter button)
TemplateSyntaxError at /admin/aggregates/
name
Request Method: POST
Request URL:http://localhost/admin/aggregate
Public bug reported:
There are few spelling errors that I observed in the Keystone core.py.
** Affects: keystone
Importance: Undecided
Assignee: Rishabh (rishabja)
Status: In Progress
** Changed in: keystone
Assignee: (unassigned) => Rishabh (rishabja)
** Changed in: key
Public bug reported:
In the launch stack form, any heat template parameters that are marked
as hidden are presented as a regular input field, exactly the same as a
normal string field.
Given that hidden fields are marked as such due to their sensitive
nature, it would be better to use a password
Public bug reported:
When detaching a volume from an instance, and then re-attaching that
same volume to that same instance nova fails to attach.
Error:
2014-08-28 13:36:02.134 [01;31mERROR nova.virt.block_device
[[01;36mreq-79e463d4-7e6d-4fce-8b04-e98de64d91a7 [00;36madmin admin[01;31m]
[
Public bug reported:
Nova used to allow a hard reboot when an instance is already being soft
rebooted. However, with commit cc0be157d005c5588fe5db779fc30fefbf22b44d,
this is no longer allowed.
This is because two new task states were introduced, REBOOT_PENDING and
REBOOT_STARTED (and correspondin
Public bug reported:
Various plugins have get_port_from_devices (or get_port_and_sgs) for Security
Group server side RPC callback.
However these methods are 99% same and only differences are:
- "== port_id" vs ".startswith(port_id)", and
- how to get port_id from the passed "device" (netdev name
** 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).
https://bugs.launchpad.net/bugs/1319023
Title:
TestDashboardBasicOps.test_basic_
I have removed openstack-ci from the bug as this appears to be an
interaction with nova and cinder (which I have added to the bug).
** Also affects: nova
Importance: Undecided
Status: New
** Also affects: cinder
Importance: Undecided
Status: New
** No longer affects: openstac
Public bug reported:
Currently, when a user wants to create an Extra Spec, the panel changes
to show 2 input fields - "key" and "value".
This deviates from other "like" Horizon panels where the new fields are
presented in a modal dialog.
Actually, I think this is what was intended because if you
Public bug reported:
'amd64' is not in the list of valid architectures, this should be
canonicalized to 'x86_64'.
** Affects: nova
Importance: Undecided
Assignee: Jim Rollenhagen (jim-rollenhagen)
Status: In Progress
--
You received this bug notification because you are a mem
Public bug reported:
1. Login to Devstack as demo user
2. Navigate to Object Store and create container "test"
3. upload the object "Object" inside "test"
4. Navigate to "Object" and click on "View Details " in drop down.
5. Observe that Object details are not displayed. Click on container "tes
Public bug reported:
What I try to achieve:
I want to authenticate all users of the default domain against our
company's central LDAP server. This works pretty good.
For Heat I need a user storage that is writable. Our central LDAP server
can not be written from OpenStack. Therefore I configured
Public bug reported:
Hyper-V agent does not create stateful security group rules (ACLs),
meaning it doesn't allow any response traffic to pass through.
For example, the following security group rule:
{"direction": "ingress", "remote_ip_prefix": null, "protocol": "tcp",
"port_range_max": 22, "po
Public bug reported:
I am running keystone on icehouse, and client version 0.7.1
I source admin rc file
with OS_SERVICE_TOKEN and OS_SERVICE_ENDPOINT
and run:
$ keystone catalog
This fails with:
"'NoneType' object has no attribute 'has_service_catalog'"
If I unset OS_SERVICE_TOKEN and OS_SERV
Public bug reported:
I tried to create a nova server injecting 7 files, when i checked the
max number of files allowed for that Tenant through nova absolute-
limits is 6.
Ideally i guess it should throw an error saying the limit got exceeded
nova --version 2.18.1.32
steps i followed
1) nova
Public bug reported:
The following policies have not been used since grizzly:
"subnets:private:read": "rule:admin_or_owner",
"subnets:private:write": "rule:admin_or_owner",
"subnets:shared:read": "rule:regular_user",
"subnets:shared:write": "rule:admin_only",
keeping them confuses users and lead
I realized I had been not been assigning the proper role to my user. The
feature appears to be working properly. Updated bug status to 'Invalid'.
** Changed in: glance
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which i
Public bug reported:
When moving VHDs on the filesystem a coalesce may be in progress. The
result of this is that the VHD file is not valid when it is copied as it
is being actively changed - and the VHD cookie is invalid.
Seen in XenServer CI: http://dd6b71949550285df7dc-
dda4e480e005aaa13ec303
Public bug reported:
See here: http://logs.openstack.org/99/115799/7/gate/gate-tempest-dsvm-
neutron-pg/6394ec4/console.html
2014-08-28 09:30:46.102 | ==
2014-08-28 09:30:46.103 | Failed 2 tests - output below:
2014-08-28 09:30:46.103 | ==
2
Public bug reported:
As the tiltle, our str validators though have max_length as a param,
but the default is None.
So when a very long str input, we'll get a internal server error
which very ugly.
** Affects: neutron
Importance: Undecided
Assignee: Wei Wang (damon-devops)
St
Public bug reported:
The assignment call list_projects_for_user() is commonly used - not
least every time you issue a scoped token. Ina test configuration,
this method was consuming 36% of all keystone clock time. This call
searches the assignments table (which has one row for every assignment)
Confirmed that "nova net-create" & "neutron net-create" create network
successfully when nova-network & neutron is enabled respectively.
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribe
Public bug reported:
Query:
http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiU3RhcnRpbmcgZHJvcGJlYXIgc3NoZDogbWtkaXI6IGNhbid0IGNyZWF0ZSBkaXJlY3RvcnkgJy9ldGMvZHJvcGJlYXInOiBSZWFkLW9ubHkgZmlsZSBzeXN0ZW1cIiBBTkQgdGFnczpcImNvbnNvbGVcIiIsImZpZWxkcyI6W10sIm9mZnNldCI6MCwidGltZWZyYW1lIjoiNjA0ODA
Confirmed that "nova net-create" & "neutron net-create" create network
successfully when nova-network & neutron is enabled respectively.
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribe
** 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/1362488
Title:
nova api should have a option to override novncproxy_base
Public bug reported:
Tested OpenStack version: IceHouse 2014.1, master branch still has this issue.
Host version: CentOS 6, 2.6.32-431.el6.x86_64
I have done some work to test the performance of LUN scanning with multipath,
use the way like what Nova dose.
In my test, The host connected with al
Public bug reported:
novncproxy_base_url is the only option in my compute conf which points
to controller public network. All other points to controller private ip.
If the public IP address of controller changes, then I need to update
all the host with this url.
Nova compute is currently using
** Changed in: glance
Status: New => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1326955
Title:
v1 API GET on image member not implemented
Status in OpenStack Image R
Public bug reported:
In edge_appliance_driver.py, there is a comma added when setting the
datacenter moid, so the result is the value datacenter moid is changed
to the tuple type, that is wrong.
if datacenter_moid:
edge['datacenterMoid'] = datacenter_moid, ===> Should remove the ','
return edge
Public bug reported:
Reproduce as below:
$ nova flavor-show 1
++--+
| Property | Value|
++--+
| OS-FLV-DISABLED:disabled | False|
| OS-FLV-EXT-DATA:e
Public bug reported:
If a router is removed from the list passed to update_routers(), the
iptables_driver removes the labels for the last(?) router passed, not
the one removed.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you
Public bug reported:
If we use JetBrains PyCharm as python develop tool, JetBrains PyCharm
would automatically generate its config folder name .idea in the root
dir of your python code. Many Code projects, such as nova and cinder,
have ignore .idea folder. Project neutron should also ignore .idea
Public bug reported:
If we use JetBrains PyCharm as python develop tool, JetBrains PyCharm
would automatically generate its config folder name .idea in the root
dir of your python code. Many Code projects, such as nova and cinder,
have ignore .idea folder. Project glance should also ignore .idea
f
39 matches
Mail list logo