[Yahoo-eng-team] [Bug 1259072] [NEW] run_tests starts selenium no matter if the flag --with-selenium is used

2013-12-09 Thread Matthias Runge
Public bug reported: When running tests without using the parameter --with-selenium errors show up in the log file: ERROR: Failure: ImportError (No module named selenium.webdriver) ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1259088] [NEW] setup_rpc should be the last thing in __init__ method

2013-12-09 Thread yong sheng gong
Public bug reported: if setup_rpc is too early, the dispatch maybe dispatch the rpm message to an unready agent. take ovs plugin agent for instance, after setup_rpc is called, many of the initialization work are still needed to be done. If the message is coming during this time, the instance

[Yahoo-eng-team] [Bug 1259114] [NEW] tempest.api.compute.v3.servers.test_instance_actions.InstanceActionsV3TestJSON fails

2013-12-09 Thread Daniel Berrange
Public bug reported: Gate check failed on https://review.openstack.org/#/c/59049/ http://logs.openstack.org/49/59049/1/gate/gate-tempest-dsvm-postgres- full/a1934fd/ 2013-12-08 14:30:09.915 | 2013-12-08 14:30:09.915 | ==

[Yahoo-eng-team] [Bug 1259125] [NEW] Plumgrid plugin does not call _process_l3_update on network update

2013-12-09 Thread Oleg Bondarev
Public bug reported: Like all other plugins Plumgrid plugin should call self._process_l3_update() (defined in External_net_db_mixin) on network update operation. It however calls self._process_l3_create() on network create which is ok. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1259144] [NEW] bigswitch: no need to duplicate check on network_delete

2013-12-09 Thread Oleg Bondarev
Public bug reported: Check if network is in use is not needed in bigswitch plugin: https://github.com/openstack/neutron/blob/master/neutron/plugins/bigswitch/plugin.py#L587-L599 as it is done by db_base_plugin, which is called right after:

[Yahoo-eng-team] [Bug 1251700] Re: migration error: invalid version number '0.7.3.dev'

2013-12-09 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed = Fix Released ** Changed in: ironic Milestone: None = icehouse-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1234479] Re: ipmi power probing is too fast

2013-12-09 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed = Fix Released ** Changed in: ironic Milestone: None = icehouse-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1226374] Re: misused assertTrue in unit tests

2013-12-09 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed = Fix Released ** Changed in: ironic Milestone: None = icehouse-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1226374 Title:

[Yahoo-eng-team] [Bug 1223253] Re: bad logging from baremetal_deploy_helper.py, line 217

2013-12-09 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed = Fix Released ** Changed in: ironic Milestone: None = icehouse-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1201964] Re: virtual power driver fails silently when MAC not found

2013-12-09 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed = Fix Released ** Changed in: ironic Milestone: None = icehouse-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1190269] Re: nova bare metal helper: local variable 'root_uuid' referenced before assignment

2013-12-09 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed = Fix Released ** Changed in: ironic Milestone: None = icehouse-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1191084] Re: baremetal fdisk failures

2013-12-09 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed = Fix Released ** Changed in: ironic Milestone: None = icehouse-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1259163] [NEW] XenAPI: dd into config drive must use direct IO

2013-12-09 Thread Bob Ball
Public bug reported: There is a race condition between dd and VBD.unplug in the nova compute VM where we are using non-direct IO meaning the device might not be synced before we attempt to unplug. [17765.143078] blkfront device/vbd/51744 num-ring-pages 1 nr_ents 32. [17765.380219] blkfront:

[Yahoo-eng-team] [Bug 1259011] Re: Certificates cannot be retrieved from the V3 API

2013-12-09 Thread Dolph Mathews
Isn't this exposed on v3 but not documented... again? ** Also affects: openstack-api-site Importance: Undecided Status: New ** Changed in: keystone Importance: Undecided = Wishlist ** Changed in: python-keystoneclient Importance: Undecided = Wishlist -- You received this bug

[Yahoo-eng-team] [Bug 1258911] Re: Havana 2013.2.1 RC: Resource Usage shows traceback (HTTPInternalServerError)

2013-12-09 Thread Akihiro Motoki
After tested with MongoDB 2.4.6, the error disappeared. I marked it invalid. Thanks. ** Changed in: horizon Status: New = Invalid ** Summary changed: - Havana 2013.2.1 RC: Resource Usage shows traceback (HTTPInternalServerError) + Havana 2013.2.1 RC: Resource Usage shows traceback with

[Yahoo-eng-team] [Bug 1259183] [NEW] wsgi.Loader should ensure the config_path is absolute

2013-12-09 Thread Xavier Queralt
Public bug reported: nova-api service will fail to start when the nova-api command is invoked from a directory containing a file with the same name as the one specified in the configuration key 'api_paste_config' if it is not an absolute path (the default is 'api-paste.ini'). [fedora@devstack1

[Yahoo-eng-team] [Bug 1241030] Re: test_static_translated_string_is_Message fails when building in Sid

2013-12-09 Thread Dolph Mathews
Sorry for the delayed response, but I believe this specific issue has been fixed as part of one of the related bugs (correct me if I'm mistaken): https://bugs.launchpad.net/keystone/+bug/1221808 https://bugs.launchpad.net/keystone/+bug/1215192 Ongoing work is still being tracked in the

[Yahoo-eng-team] [Bug 1259213] [NEW] out of range flavor parameter should return error

2013-12-09 Thread Edward Hope-Morley
Public bug reported: Currently if user provides a parameter value to nova flavor-create that is out of range e.g. nova flavor-create --rxtx-factor 340282300 foo 100 1 1 1 we get a warning in the logs:

[Yahoo-eng-team] [Bug 1214744] Re: REST API update of image member v1 will create new member

2013-12-09 Thread Fei Long Wang
Based on current doc, it works as designed. See http://api.openstack.org/api-ref-image.html#os-images-v1 PUTv1/images/​{image_id}​/members/​{owner}​Adds a member to an image. ** Description changed: To be honest, I'm not sure if it's a bug or working as designed. But -

[Yahoo-eng-team] [Bug 1259227] [NEW] Bug in Glance Simple DB while applying filters on properties

2013-12-09 Thread Hemanth Makkapati
Public bug reported: This bug in simple db fails to filter images based on extra properties when images have more on than one extra properties. At the following location in simple db code, a dict is created for each extra property. This overwrites the previous properties and the resultant dict

[Yahoo-eng-team] [Bug 1259226] [NEW] Column sorting does not work for lazy-loaded TableTab

2013-12-09 Thread Lin Hua Cheng
Public bug reported: TableTab that has preload = False won't have any sorting function. An example is the Database Backups tab from the Database Instance Details page. Here is the related code: class BackupsTab(tabs.TableTab): table_classes = [tables.InstanceBackupsTable] name =

[Yahoo-eng-team] [Bug 1259229] [NEW] Undesired migrate repository path caching.

2013-12-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Oslo.db migration.py uses singleton to store defined `migrate.versioning.repository.Repository` instance containing migration repository path. Most of plugins have its own migrate repo. Usage of singleton in point of Repository instances causes implicit

[Yahoo-eng-team] [Bug 1259229] [NEW] Undesired migrate repository path caching.

2013-12-09 Thread Ilya Pekelny
Public bug reported: Oslo.db migration.py uses singleton to store defined `migrate.versioning.repository.Repository` instance containing migration repository path. Most of plugins have its own migrate repo. Usage of singleton in point of Repository instances causes implicit and unexpected

[Yahoo-eng-team] [Bug 1259241] [NEW] copy_from policy not enforced during update

2013-12-09 Thread Yanis Guenane
Public bug reported: During the image-create action, the copy_from policy is properly enforced. But it is not during the update process. Meaning, a non-authorized user can create an empty image and then update it with the --copy-from option even if policy.json says it othewise. ** Affects:

[Yahoo-eng-team] [Bug 1259242] [NEW] duplicated root_helper entries in neutron.conf and plugin ini

2013-12-09 Thread Akihiro Motoki
Public bug reported: NEC plugin and Brocade plugin has duplicated root_helper config option in neutron.conf and plugin ini files. It is confusing when configuring parameters. Especially root_helper in nec.ini is not commented out and this leads to confusion because even after editing

[Yahoo-eng-team] [Bug 1259267] [NEW] Docker: Metadata service doesn't work

2013-12-09 Thread Daniel Kuffner
Public bug reported: I was playing around with cloud-init. I wanted to use cloud init as substitute for the missing environment variables feature. The basic idea is to define variables in the user data and inject the them before starting the service. Following: docker run -e

[Yahoo-eng-team] [Bug 1259268] [NEW] Refresh firewall is called for ports w/o sgs on linuxbridge agent

2013-12-09 Thread Darragh O'Reilly
Public bug reported: The logs on the network node with the linuxbridge agent are full of these: INFO neutron.agent.securitygroups_rpc [-] Security group member updated [u'af9b1c3b-0cd5-4f86-96f6-4664c8eeb1df'] INFO neutron.agent.securitygroups_rpc [-] Preparing filters for devices

[Yahoo-eng-team] [Bug 1054501] Re: Fail safe wsgi logging

2013-12-09 Thread Sergio Cazzolato
** Also affects: cinder Importance: Undecided Status: New ** Changed in: cinder Assignee: (unassigned) = Sergio Cazzolato (sergio-j-cazzolato) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1248275] Re: guest_info permissions are bad for guest to start up

2013-12-09 Thread Dean Troyer
** Changed in: devstack Status: New = Won't Fix -- 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/1248275 Title: guest_info permissions are bad for guest to start

[Yahoo-eng-team] [Bug 1242916] Re: metadata server update_all expects body but doesn't get it passed to it

2013-12-09 Thread Sean Dague
** Also affects: tempest 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/1242916 Title: metadata server update_all expects

[Yahoo-eng-team] [Bug 1259268] Re: Refresh firewall is called for ports w/o sgs on linuxbridge agent

2013-12-09 Thread Darragh O'Reilly
The code is checking that the security groups extension is enabled, not that the port has no security gruoups. ** Changed in: neutron Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1259323] [NEW] Libvirt console parameter incorrect for ARM KVM

2013-12-09 Thread Ripal Nathuji
Public bug reported: If you configure nova to run on Calxeda ARM with libvirt/KVM, the generated libvirt configuration passes console as: os … cmdlineroot=/dev/vda console=tty0 console=ttyS0/cmdline /os For ARM guests the libvirt configuration should use 'console=ttyAMA0', hence as it

[Yahoo-eng-team] [Bug 1258682] Re: timeout causing gate-tempest-dsvm-full to fail

2013-12-09 Thread Matthew Treinish
I've uploaded some of the logs from the test node that John mentioned above that we held. That pastebin was just a grep of all the logs for TRACE. I can upload any of the other service logs from the node, I just figured these would be the most useful. ** Also affects: nova Importance:

[Yahoo-eng-team] [Bug 1257778] Re: Security Group - no ability to select IP Protocol = Any

2013-12-09 Thread Janet Yu
I found that selecting these values in the Add Rule form means any protocol - Rule: Other Protocol IP Protocol: -1 ** Changed in: horizon Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1249188] Re: [neutron bandwidth metering] When I delete a label, router's tenant_id disappeared.

2013-12-09 Thread Young Jun kIM
** Changed in: neutron Status: Fix Committed = In Progress ** Changed in: neutron Status: In Progress = Fix Committed ** Changed in: neutron Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1249188] Re: [neutron bandwidth metering] When I delete a label, router's tenant_id disappeared.

2013-12-09 Thread leegayeon
** Changed in: neutron Status: Fix Released = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1249188 Title: [neutron bandwidth metering] When I delete a label,

[Yahoo-eng-team] [Bug 1259389] [NEW] resize to different host failed by vcenter driver

2013-12-09 Thread dingxy
Public bug reported: 1. I have a environment managed two cluster. Make sure there is two compute-service for vmware exists, in this case, the vmware compute service is: vmware_nova_cluster01 and vmware_nova_cluster02 [root@10-1-0-71 nova]# nova-manage service list Binary Host

[Yahoo-eng-team] [Bug 1259421] [NEW] VMware: boot from volume fails with Image not found

2013-12-09 Thread Subbu
Public bug reported: I was trying to spawn an instance from a bootable volume which fails. The volume was created from a glance image. Note that booting directly from this glance image works correctly. The nova create instance was initiated from Horizon UI. The setup was running stable havana

[Yahoo-eng-team] [Bug 1259426] [NEW] LDAP list group users crash when no member in the group

2013-12-09 Thread Lin, Bo-Chun
Public bug reported: Using the LDAP identity backend, If there is no member in the group and using GET http://{IP}:35357/v3/groups/{group_id}/users to get the user list Keystone will return 500. The traceback as below: [-] 'member' Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1259425] [NEW] service-create allows 2 services with the same name

2013-12-09 Thread Hoang Xuan Phu
Public bug reported: While `service-get name` seems to be confused by the duplicated name. The same thing happens to `service-delete name`. Of course, getting and deleting services by ID is not affected. Following http://docs.openstack.org/trunk/install-

[Yahoo-eng-team] [Bug 1259431] [NEW] plugin variable name should be agent

2013-12-09 Thread yong sheng gong
Public bug reported: plugin = LinuxBridgeNeutronAgentRPC(interface_mappings,-- agent = polling_interval, root_helper) LOG.info(_(Agent initialized successfully, now running... ))

[Yahoo-eng-team] [Bug 1259438] [NEW] EC2 API doesn't return Cinder volume 'type'

2013-12-09 Thread Rushi Agrawal
Public bug reported: When one create a volume with volume type 'standard', the EC2 API doesn't reflect this. The API response still shows volume.type as None. ** Affects: nova Importance: Undecided Assignee: Rushi Agrawal (rushiagr) Status: New ** Tags: ec2 low-hanging-fruit

[Yahoo-eng-team] [Bug 1259421] Re: VMware: boot from volume fails with Image not found

2013-12-09 Thread Subbu
This has already been reported and fixed as part of https://bugs.launchpad.net/nova/+bug/1235022. Sorry, kindly ignore this duplicate. ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1259440] [NEW] Cannot get info of a trust use admin_token

2013-12-09 Thread wanghong
Public bug reported: Hi all. When I test the lastest code of master, I found the following bugs: If I use admin_token whitch is in the keystone.conf to access some V3 apis of trust, I will get this error message: '{error: {message: Could not find token, tokentoken., code: 404, title: Not