[Yahoo-eng-team] [Bug 1419411] [NEW] WishList: add drop-down to filter image & flavor ID

2015-02-08 Thread Eran Kuris
Public bug reported: Version : python-django-horizon-2014.2.1-5.el7ost.noarch Under instances we can filter instances by Image ID / Flavor ID . I think we should add option of drop-down with all image ID & flavor ID instead to go images and check the image ID . ** Affects: horizon Impor

[Yahoo-eng-team] [Bug 1405077] Re: VLAN configuration changes made is not updated until neutron server is restarted

2015-02-08 Thread Romil Gupta
You may need to consider many other configuration parameters like: [ml2_type_gre] tunnel_id_ranges = 1:1000 Also, what about if I may need to add type driver and mechanism_driver in ml2_conf.ini dynamically. [ml2] tenant_network_types = vxlan type_drivers = local,flat,vlan,gre,vxlan mechanism_dri

[Yahoo-eng-team] [Bug 1418015] Re: v3 API docs - /v3/users/{user_id}/roles should be removed

2015-02-08 Thread Andreas Jaeger
** Also affects: openstack-api-site Importance: Undecided Status: New ** Changed in: openstack-api-site Status: New => In Progress ** Changed in: openstack-api-site Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engin

[Yahoo-eng-team] [Bug 1418015] Re: v3 API docs - /v3/users/{user_id}/roles should be removed

2015-02-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/152939 Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=ab9f623e5decc2f5b9616505fcfdfbd2134b6804 Submitter: Jenkins Branch:master commit ab9f623e5decc2f5b9616505fcfdfbd2134b6804 Author: Darren Hague Date: Wed Feb 4 15:10:55 201

[Yahoo-eng-team] [Bug 1419452] [NEW] nova-compute fails to start when there is an instance with port with binding:vif_type=binding_failed

2015-02-08 Thread Itzik Brown
Public bug reported: Restarting nova-compute fails when there is an instance with a port where binding:vif_type=binding_failed nova-compute Version == How to reproduce === 1. Launch an instance. 2. Attach another interface to the instance using a second network # nova interf

[Yahoo-eng-team] [Bug 1419452] Re: nova-compute fails to start when there is an instance with port with binding:vif_type=binding_failed

2015-02-08 Thread Davanum Srinivas (DIMS)
*** This bug is a duplicate of bug 1324041 *** https://bugs.launchpad.net/bugs/1324041 ** This bug has been marked a duplicate of bug 1324041 nova-compute cannot restart if _init_instance failed -- You received this bug notification because you are a member of Yahoo! Engineering Team, whi

[Yahoo-eng-team] [Bug 1419474] [NEW] VMware: Volume attach fails with "VMwareDriverException: A specified parameter was not correct."

2015-02-08 Thread Vipin Balachandran
Public bug reported: Steps to reproduce: * Attach vol-1 to vm-1 * Change host and datastore of vm-1 * Detach vol-1 from vm-1 * Attach vol-1 to vm-1 2015-02-04 14:30:21.098 DEBUG oslo.vmware.exceptions [-] Fault InvalidArgument not matched. from (pid=21418) get_fault_class /usr/local/lib/python

[Yahoo-eng-team] [Bug 1419481] [NEW] endpoint filter database doesn't upgrade to schema 002

2015-02-08 Thread Steve Martinelli
Public bug reported: Tried enabling the endpoint filter extension, and it's failing, error message is: 2015-02-08 08:57:28.919 | 28397 CRITICAL keystone [-] OperationalError: (OperationalError) (1005, "Can't create table 'keystone.project_endpoint_group' (errno: 150)") '\nCREATE TABLE project_end

[Yahoo-eng-team] [Bug 1419546] [NEW] endpoint filter tables cannot drop from v002

2015-02-08 Thread Steve Martinelli
Public bug reported: $ keystone-manage db_sync --extension endpoint_filter 1 28997 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'endpoint_filter'), ('version_table', 'migrate_version'), ('required_dbs',

[Yahoo-eng-team] [Bug 1418529] Re: auth_url was not provided to the Neutron client

2015-02-08 Thread Steve Baker
Moved to nova, not a heat bug ** Also affects: nova Importance: Undecided Status: New ** No longer affects: heat -- 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/

[Yahoo-eng-team] [Bug 1416179] Re: Missing API to get list of provider network types

2015-02-08 Thread Salvatore Orlando
This is probably more of a lacking feature on the server side. Without exposure there for available provider types, the only thing the CLI could do is to return a hardcoded list, which is probably not the right thing to do. ** Also affects: neutron Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1389971] Re: Job for openstack-nova-compute.service failed.

2015-02-08 Thread Robert Collins
This looks like a cinder log with cinder errors to me. I've retargeted it onto cinder. BTW the error looks like something in cinder is registering the option twice. ** Project changed: nova => cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, whic

[Yahoo-eng-team] [Bug 1419588] [NEW] move exception_to_str behavior to common place

2015-02-08 Thread Kun Huang
Public bug reported: The function exception_to_str() has a history https://review.openstack.org/#/c/37421/ and it makes: LOG.warn('The bug is %s: ' % e) to LOG.warn(The bug is %s: ' % exception_to_str(e)) It's not so concise, because the log message writer would care about python encoding issu

[Yahoo-eng-team] [Bug 1419592] [NEW] libvirt crashed when removing instances

2015-02-08 Thread Seyeong Kim
Public bug reported: libvirt crashed when removing instances got just two times. detail info is in attach files. nova-compute error == 2015-01-13 14:05:41.275 42910 INFO nova.compute.manager [-] [instance: 060d3619-52dd-47b4-8eb7-7fdf1655

[Yahoo-eng-team] [Bug 1419592] Re: libvirt crashed when removing instances

2015-02-08 Thread Seyeong Kim
** Attachment added: "libvirt log" https://bugs.launchpad.net/glance/+bug/1419592/+attachment/4315092/+files/libvirtd.log.1 ** Project changed: glance => libvirt -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://

[Yahoo-eng-team] [Bug 1419595] [NEW] fail to decode unicode error message from hypervisor

2015-02-08 Thread Hiroki Aramaki
Public bug reported: summary : If VMware vCneter return unicode error message openstack can handle this error message but not human readable message. nova should decode that message and write to log . Version : 2014.2.2 and 2015.1 nova-compute write following error message when Japanese vCe

[Yahoo-eng-team] [Bug 1419595] Re: fail to decode unicode error message from hypervisor

2015-02-08 Thread Davanum Srinivas (DIMS)
** Also affects: oslo.vmware Importance: Undecided Status: New ** Changed in: nova Status: New => Confirmed ** Changed in: nova Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Open

[Yahoo-eng-team] [Bug 1415588] Re: Cannot list users and groups with Keystone v3

2015-02-08 Thread Morgan Fainberg
Brant is correct in this case. This is as designed. Listing all users is only guaranteed to be possible within the scope of a specific domain. Marking this bug as invalid for Keystone. ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1418384] Re: document show --domain option but openstack cannot change project Domain ID

2015-02-08 Thread Morgan Fainberg
Aha, Just re-read this. This is a bug in openstack client. updating to show details. ** Summary changed: - document show --domain option but openstack cannot change project Domain ID + openstack client help shows domain can be changed for a project ** Also affects: python-openstackclient Impo

[Yahoo-eng-team] [Bug 1418384] Re: openstack client help shows domain can be changed for a project

2015-02-08 Thread Morgan Fainberg
Added openstackclient to the bug. This is working as intended in Keystone. I am marking this as invalid in keystone. ** Changed in: keystone Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keyston

[Yahoo-eng-team] [Bug 1400627] Re: HA routers don't show on Network Topology screen

2015-02-08 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no activity for 60 days.] ** Changed in: horizon Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1389938] Re: kvm instance can't be launched with '-serial pty' on Arm platform

2015-02-08 Thread Launchpad Bug Tracker
[Expired for nova (Ubuntu) because there has been no activity for 60 days.] ** Changed in: nova (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.l

[Yahoo-eng-team] [Bug 1404073] Re: type should be required for v2.0 service create

2015-02-08 Thread Morgan Fainberg
While the resulting service is not very useful I don't want to change the behavior of the V2 API itself. Unless there is a very very compelling reason, I'm going to leave this as "wont fix" since the V2 api is frozen *and* is really only open for security fixes. ** Changed in: keystone Stat

[Yahoo-eng-team] [Bug 1419605] [NEW] A compute node can belong to host aggregates in defferent AZs

2015-02-08 Thread Takashi NATSUME
Public bug reported: Environment: nova 2014.2.1 python-novaclient 2.20.0 Ubuntu 14.04.1 LTS Two host aggregates in same AZ(availability zone) have same compute node. And then one host aggregate is updated to a different AZ. As a result, the compute node belongs to host aggregates in defferent AZs

[Yahoo-eng-team] [Bug 1419613] [NEW] Fails to run unit test in red hat 6.5 with tox

2015-02-08 Thread naggappan
Public bug reported: Did following steps to run neutron unit test in RED HAT 6.5 and failed to run tox: # Fresh instllation of RED HAT 6.5 # Installed the dependencies mentioned in the doc "http://docs.openstack.org/developer/nova/devref/development.environment.html"; "sudo yum install

[Yahoo-eng-team] [Bug 1419622] [NEW] translation error

2015-02-08 Thread Sun Jing
Public bug reported: there is a translation error in the follow page :project->compute->Access & Security->security groups->Manage Rules:"一下“should be "以下”.Maybe the file \horizon\openstack_dashboard\locale\zh_CN\LC_MESSAGES should be modified. ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1419625] [NEW] jshint need impovement (Horizon)

2015-02-08 Thread Shaoquan Chen
Public bug reported: It should - Include JS files under horizon/static/angular/ folder. - Add .jshintrc to allow globals defined by jQuery, Angular, Angular mock, Jasmine and d3. - Allow global strict mode in spec files. ** Affects: horizon Importance: Undecided Assignee: Shaoquan Ch

[Yahoo-eng-team] [Bug 1419627] [NEW] Download a specific glance image

2015-02-08 Thread Ritesh
Public bug reported: Through horizon dashboard, I am not able to download the specific glance images. This facility has been provided in the glance cli and glance api reference. ** Affects: horizon Importance: Undecided Assignee: Ritesh (rsritesh) Status: New ** Changed in: h

[Yahoo-eng-team] [Bug 1419629] [NEW] HTTPInternalServerError if 'label' is missing in request body of create tenant network API

2015-02-08 Thread Ghanshyam Mann
Public bug reported: Create tenant network API expect 'label' of network as one of the input. If that is missing from request body then, 500 error code is returned. This is not appropriate error code in above case, user should get bad request error for better error handling . Also there is no ne