[Yahoo-eng-team] [Bug 1267363] [NEW] images.test_list_image_filters.ListImageFiltersTest fails with Object not found

2014-01-08 Thread Zhi Kun Liu
Public bug reported: Error log: http://logs.openstack.org/60/64660/4/check/check-tempest- dsvm-full/75a851b/testr_results.html.gz ft2.1: setUpClass (tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestXML)_StringException: Traceback (most recent call last): File "tempest/ap

[Yahoo-eng-team] [Bug 1267362] [NEW] admin overview usage summary "disk hours"

2014-01-08 Thread Matthias Runge
Public bug reported: when visiting the admin overview page, http://localhost:8000/admin/ the usage summary lists Disk GB Hours The same term "This Period's GB-Hours: 0.00" can be found e.g here: https://github.com/openstack/horizon/blob/master/horizon/templates/horizon/common/_usage_summary.h

[Yahoo-eng-team] [Bug 1267330] [NEW] RPC callback failure happens in metaplugin

2014-01-08 Thread Itsuro Oda
Public bug reported: Each target plugin under metaplugin opens topics.PLUGIN (q-plugin) consumer. RPC call from an agent is recieved one of target plugin randomly. Fortunately most of RPC callbacks are common for plugins but if an RPC is not supported by the received plugin, the following error o

[Yahoo-eng-team] [Bug 1267310] [NEW] port-list should not list the dhcp ports for normal user

2014-01-08 Thread yong sheng gong
Public bug reported: with non-admin user, I can list the dhcp port, and If I tried to update the fixed ips of these dhcp ports, it does not reflect to dhcpagent at all, I mean the nic device's ip in the dhcp namesapce. So I think we should not allow normal user to view the dhcp port at the first

[Yahoo-eng-team] [Bug 1267300] [NEW] type() method should be replaced with isinstance() in nova/utils.py

2014-01-08 Thread lizheming
Public bug reported: In nova/utils.py, a func use the "type" method to determine the type. It's bertter to use the "isinstance" method instead. The code is: def convert_version_to_int(version): try: if type(version) == str: version = convert_version_to_tuple

[Yahoo-eng-team] [Bug 1267294] [NEW] Change default value of resize_confirm_window to -1

2014-01-08 Thread Jay Lau
Public bug reported: Now the default value of resize_confirm_window is 0, 0 means auto confirm was disabled. For some cases, admin might want to confirm immediately, but the minimum value is 1 which means that we need to wait at least one second. Also the auto confirm resize logic was in a pe

[Yahoo-eng-team] [Bug 1267291] [NEW] DB lock wait timeout is possible for metaplugin

2014-01-08 Thread Itsuro Oda
Public bug reported: There are some places that a target plugin's method is called in 'with context.session.begin(subtransaction=True)'. This causes 'lock wait timeout' error potentially. --- error is like: OperationalError: (OperationalError) (1205, 'Lock wait timeout exceeded; try restarting

[Yahoo-eng-team] [Bug 1267290] [NEW] Net-list is very slow under metaplugin

2014-01-08 Thread Itsuro Oda
Public bug reported: If there are many networks when using metaplugin, net-list (GET networks API) takes very long time. For example: (showing hardware spec etc. is omitted since it is relative comparison.) --- 200 networks, openvswitch plugin used natively $ time neutron net-list ...snip real

[Yahoo-eng-team] [Bug 1266974] Re: nova work with glance SSL

2014-01-08 Thread Davanum Srinivas (DIMS)
** Also affects: python-glanceclient 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/1266974 Title: nova work with glance SSL

[Yahoo-eng-team] [Bug 1232303] Re: FAIL: tempest test_large_ops_scenario - failed to get to expected status. In ERROR state.

2014-01-08 Thread Matt Riedemann
If we're going to only keep this one on gate-tempest-dsvm-large-ops, then we should remove neutron and mark it critical for nova, because it's puking on nova-network: http://logs.openstack.org/58/57358/7/check/gate-tempest-dsvm-large- ops/19f1639/logs/screen-n-cpu.txt.gz?level=TRACE#_2014-01-08_20

[Yahoo-eng-team] [Bug 1267249] [NEW] Don't require passing in port_security=False if security groups

2014-01-08 Thread Aaron Rosen
Public bug reported: If creating a port on a network that is marked port_security_enabled=False and one passes in a security_group in the port_create request previously an error was raised saying they needed to also pass in port_security_enabled=False. Instead it would be better if we didn't requi

[Yahoo-eng-team] [Bug 1267246] [NEW] missing test coverage in port_security tests

2014-01-08 Thread Aaron Rosen
Public bug reported: missing code coverage in port_security tests ** Affects: neutron Importance: Low Assignee: Aaron Rosen (arosen) Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://

[Yahoo-eng-team] [Bug 1237350] Re: Display bug when RAM quota is set to infinite

2014-01-08 Thread Floren
I've abandoned the patch of this bug and mark it like incomplete because nowadays it's not a reproducible bug. See reason in comment 3. Thanks Matthias. ** Changed in: horizon Status: Opinion => Incomplete -- You received this bug notification because you are a member of Yahoo! Engineeri

[Yahoo-eng-team] [Bug 1254520] Re: Open vSwitch commands timeout on gate tests

2014-01-08 Thread Salvatore Orlando
** Changed in: neutron Milestone: None => icehouse-2 ** No longer affects: devstack -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1254520 Title: Open vSwitch commands timeout on ga

[Yahoo-eng-team] [Bug 1267215] [NEW] policy.v3cloudsample.json contains unparsable items

2014-01-08 Thread Sergii Kashaba
Public bug reported: havana policy.v3cloudsample.json file containts something that can't be parsed. Keystone logs 'Can't load the rule' (or something similar) filing on split(':') "identity:list_role_assignments": [["admin_on_domain_filter"], ["admin_o

[Yahoo-eng-team] [Bug 1267213] [NEW] Logging missing in the REST api layer in v2/tasks

2014-01-08 Thread Iccha Sethi
Public bug reported: Logging missing in the REST api layer in v2/tasks ** Affects: glance Importance: Low Assignee: Iccha Sethi (iccha-sethi) Status: Triaged ** Changed in: glance Assignee: (unassigned) => Iccha Sethi (iccha-sethi) ** Changed in: glance Status: Ne

[Yahoo-eng-team] [Bug 1267060] Re: Tempest test_server_rescue.ServerRescueTestXML test failing with HTTP '409' Conflict response

2014-01-08 Thread Joe Gordon
this sounds like a tempest issue. tempest isn't checking to make sure the instance is fully paused before calling rescue. ** Also affects: tempest Importance: Undecided Status: New ** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engi

[Yahoo-eng-team] [Bug 1267191] [NEW] openstack-nova-compute service fails with - libvirtError: internal error: CPU feature `avx' specified more than once

2014-01-08 Thread Kashyap Chamarthy
Public bug reported: Description of problem --- Restarting openstack-nova-compute serivce fails with: libvirtError: internal error: CPU feature `avx' specified more than once Version - $ rpm -q openstack-nova libvirt qemu-system-x86 openstack-nova-2014

[Yahoo-eng-team] [Bug 1267187] [NEW] Keystone policy.v3cloudsample.json doesn't allow proper resources management

2014-01-08 Thread Florent Flament
Public bug reported: When using the current `̀ etc/policy.v3cloudsample.json`` file as Keystone's ``/etc/keystone/policy.json`` file (with `̀ admin_domain_id`` properly configured), the following issues arise: * The cloud_admin user cannot manage users in other domains that the `̀ cloud`` domai

[Yahoo-eng-team] [Bug 1265512] Re: VMware: unnecesary session termination

2014-01-08 Thread Shawn Hartsock
** Also affects: openstack-vmwareapi-team Importance: Undecided Status: New ** Changed in: openstack-vmwareapi-team Status: New => In Progress ** Changed in: openstack-vmwareapi-team Importance: Undecided => Critical -- You received this bug notification because you are a me

[Yahoo-eng-team] [Bug 1267148] [NEW] ResponseSerializer shows incorrect 'expires_at' on a task at the time of creation

2014-01-08 Thread Hemanth Makkapati
Public bug reported: At the time of creation of a task, 'expires_at' is not set by the controller leaving it for the executor to set it once the import succeeds or fails. However, when a task is created via POST on /tasks, the json response returned contains 'expires_at' field with a non-None va

[Yahoo-eng-team] [Bug 1262424] Re: Files without code should not contain copyright notices

2014-01-08 Thread Akihiro Motoki
** Also affects: python-neutronclient Importance: Undecided Status: New ** Changed in: python-neutronclient Status: New => In Progress ** Changed in: python-neutronclient Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! En

[Yahoo-eng-team] [Bug 1267103] [NEW] missellings on sources

2014-01-08 Thread Nassim Babaci
Public bug reported: Here the list of misspelled word found in glance source (using misspellings) http://paste.openstack.org/show/60786/ ** Affects: glance Importance: Undecided Assignee: Nassim Babaci (nassim-babaci) Status: New ** Changed in: glance Assignee: (unassig

[Yahoo-eng-team] [Bug 1267101] [NEW] nicira: Lock wait timeout exceeded on delete_port

2014-01-08 Thread Armando Migliaccio
Public bug reported: Stacktrace here: http://paste.openstack.org/show/60785/ Occurence here: http://162.209.83.206/logs/58017/16/logs/screen-q-svc.txt.gz ** Affects: neutron Importance: Undecided Assignee: Armando Migliaccio (armando-migliaccio) Status: New ** Tags: nicira

[Yahoo-eng-team] [Bug 1267097] [NEW] A glance error (image unavailable) during a snapshot leaves an instance in SNAPSHOTTING

2014-01-08 Thread jan grant
Public bug reported: If a snapshot is attempted to be taken when Glance can't find the underlying image (usually because it's been deleted), then ImageNotFound is raised to nova.compute.manager.ComputeManager._snapshot_instance. The error path for this leaves the instance in a snapshotting state;

[Yahoo-eng-team] [Bug 1267096] [NEW] v3/credentials API is admin-only

2014-01-08 Thread Steven Hardy
Public bug reported: The default policy makes v3/credentials admin-only: https://github.com/openstack/keystone/blob/master/etc/policy.json#L53 But in the docs, we say "generic credential storage per user" which implies it's a user accessible interface. Also, for the ec2 credential storage to wo

[Yahoo-eng-team] [Bug 1267074] [NEW] type() method should be replaced with isinstance() in stone/__init__.py

2014-01-08 Thread wanghong
Public bug reported: In store/__init__.py, there is two places use the "type" method to determine the type. It's bertter to use the "isinstance" method instead. The code is: def check_location_metadata(val, key=''): t = type(val) if t == dict: for key in val: check_l

[Yahoo-eng-team] [Bug 1267060] [NEW] Tempest test_server_rescue.ServerRescueTestXML test failing with HTTP '409' Conflict response

2014-01-08 Thread Nilesh Bhosale
Public bug reported: With the change: https://review.openstack.org/#/c/64290/ , following tests failed in Jenkins: tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescue_unrescue_instance[gate,smoke] tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_r

[Yahoo-eng-team] [Bug 1267040] [NEW] v3 API list deleted servers raise 404

2014-01-08 Thread Tiantian Gao
Public bug reported: nova api support list deleted servers by using admin user. The api looks like below: v3: GET http://openstack.org:8774/v3/servers/detail?deleted=True v2: GET http://openstack.org:8774/v2/{tenant}/servers/detail?deleted=True v2 api works very well but v3 will return by 404.

[Yahoo-eng-team] [Bug 1267021] [NEW] configuration of local_ip shoud be more deployer-friendly

2014-01-08 Thread Arata Notsu
Public bug reported: Currently only a literal IP address is allowed for local_ip in ovs_neutron_plugin.ini. Every node has its own IP address thus a deployer has to take care to make sure that ovs_neutron_plugin.ini on each host holds proper local_ip. This is adding some complexity to deployment o