[Yahoo-eng-team] [Bug 1452983] [NEW] can't add/del parameter in nested stack during stack-update

2015-05-07 Thread neil nie
Public bug reported: Looks like nested stack doesn't allow parameter change. It fails at after_props.validate() Is it the inention to disable that since update_allowed_properties default is none? But it's possible to allow that for nested stack, since it's special resource constructe

[Yahoo-eng-team] [Bug 1452955] Re: Client does not catch exceptions when making a token authentication request

2015-05-07 Thread Morgan Fainberg
** Also affects: python-keystoneclient Importance: Undecided Status: New ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/145

[Yahoo-eng-team] [Bug 1452976] Re: CenOS7 kilo keystone can not create endpoint with ImportError: No module named oslo_utils

2015-05-07 Thread Morgan Fainberg
This is an issue with RDO and not Keystone itself based on the comment here and the mailing list thread. I am marking this as invalid. ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1452976] [NEW] CenOS7 kilo keystone can not create endpoint with ImportError: No module named oslo_utils

2015-05-07 Thread Walter
Public bug reported: I just follow the guide http://docs.openstack.org/kilo/install-guide/install/yum/content/ and when I create endpoint with: openstack endpoint create \ --publicurl http://controller:5000/v2.0 \ --internalurl http://controller:5000/v2.0 \ --adminurl http://controller:3

[Yahoo-eng-team] [Bug 1452955] [NEW] Client does not catch exceptions when making a token authentication request

2015-05-07 Thread Julian Edwards
Public bug reported: keystoneclient.auth.identity.v3.token.TokenMethod does a session.post() without catching exceptions. In my case, I had a misconfigured DNS which meant that this post() never succeeded, however the error that ends up going back to Horizon is a simplified: "Login failed: An er

[Yahoo-eng-team] [Bug 1452886] Re: Port stuck in BUILD state results in limited instance connectivity

2015-05-07 Thread Kevin Benton
** Project changed: neutron => nova -- 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/1452886 Title: Port stuck in BUILD state results in limited instance connectivity Sta

[Yahoo-eng-team] [Bug 1420192] Re: Nova interface-attach command has optional arguments to add network details. It should be positional arguments otherwise command fails.

2015-05-07 Thread melanie witt
After chatting with Park in IRC, we determined there isn't a bug in nova. I was led astray because the environment where I saw the issue has cells enabled, which might be behaving differently than non-cells. If that is indeed the case, it will be a different bug than this one. ** No longer affects

[Yahoo-eng-team] [Bug 1452935] [NEW] Full stack tests leave agent resources behind

2015-05-07 Thread Assaf Muller
Public bug reported: Full stack tests uses AsyncProcess to manage agents. When tearing down the test environment it issues kill -9, stopping the agent dead, sometimes before it's had time to clean up resources. Specifically in fullstack/test_l3_agent.TestLegacyL3Agent.test_namespace_exists, the ro

[Yahoo-eng-team] [Bug 1452903] [NEW] KeyError in ovs_neutron_agent._bind_devices

2015-05-07 Thread Matt Riedemann
Public bug reported: Seeing this all over the gate lately: http://logs.openstack.org/95/176395/1/gate/gate-tempest-dsvm-neutron- full/37e1139/logs/screen-q-agt.txt.gz?level=TRACE#_2015-05-07_19_27_38_157 2015-05-07 19:27:38.157 ERROR neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-026

[Yahoo-eng-team] [Bug 1452886] [NEW] Port stuck in BUILD state results in limited instance connectivity

2015-05-07 Thread James Denton
Public bug reported: I am currently experiencing (random) cases of instances that are spun up having limited connectivity. There are about 650 instances in the environment and 45 networks. Network Info: - ML2/LinuxBridge/l2pop - VXLAN networks Symptoms: - On the local compute node, the instance

[Yahoo-eng-team] [Bug 1441922] Re: Keystone V3 authentication return BadRequest: Malformed request url

2015-05-07 Thread Jin Liu
Code change is not needed on Cinder/Nova server, just some conf to use keystone v3 authentication. ** Changed in: cinder 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

[Yahoo-eng-team] [Bug 1450625] Re: common service chaining driver API

2015-05-07 Thread cathy Hong Zhang
** Changed in: neutron Status: Opinion => 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/1450625 Title: common service chaining driver API Status in OpenStack Neutron

[Yahoo-eng-team] [Bug 1452840] [NEW] libvirt: nova's detach_volume silently fails sometimes

2015-05-07 Thread Nicolas Simonds
Public bug reported: This behavior has been observed on the following platforms: * Nova Icehouse, Debian 12.04, QEMU 1.5.3, libvirt 1.1.3.5, with the Cinder Icehouse NFS driver, CirrOS 0.3.2 guest * Nova Icehouse, Debian 12.04, QEMU 1.5.3, libvirt 1.1.3.5, with the Cinder Icehouse RBD (Ceph) dr

[Yahoo-eng-team] [Bug 1452804] [NEW] _validate_mac_address do not check if it's input is None

2015-05-07 Thread QthCN
Public bug reported: In neutron/api/v2/attributes.py I found a TODO near line 170: def _validate_no_whitespace(data): """Validates that input has no whitespace.""" if re.search(r'\s', data): msg = _("'%s' contains whitespace") % data LOG.debug(msg) raise n_exc.Inva

[Yahoo-eng-team] [Bug 1241587] Re: Can not delete deleted tenant's default security group

2015-05-07 Thread Chris St. Pierre
** Changed in: nova Status: Invalid => Confirmed ** Changed in: nova Assignee: Jay Lau (jay-lau-513) => Chris St. Pierre (stpierre) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs

[Yahoo-eng-team] [Bug 1452788] [NEW] cannot delete image with status='deleted' and deleted=0

2015-05-07 Thread Salvo Davide Rapisarda
Public bug reported: Hi, in my OpenStack Juno I have created a snapshot that gone into status='deleted' after creation. When I try to delete this image I got a 404 "Image not found " and I cannot delete image in no way. In "images" table DB the record fields are: *** 1

[Yahoo-eng-team] [Bug 1357586] Re: volume type allows name with only white spaces

2015-05-07 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/181027 ** Changed in: horizon Status: Won't Fix => In Progress ** Changed in: horizon Assignee: Gloria Gu (gloria-gu) => Zhenguo Niu (niu-zglinux) -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1452750] [NEW] dest_file in task convert is wrong

2015-05-07 Thread Flavio Percoco
Public bug reported: https://github.com/openstack/glance/commit/1b144f4c12fd6da58d7c48348bf7bab5873388e9 #diff-f02c20aafcce326b4d31c938376f6c2aR78 -> head -> desk The dest_path is not formated correctly, which ends up in converting the image to a path that is completely ignored by other tasks. *

[Yahoo-eng-team] [Bug 1452737] [NEW] Full stack tests reuse devstack rabbit user

2015-05-07 Thread Assaf Muller
Public bug reported: Currently fullstack tests are hardcoded to reuse the stackrabbit user, and assume that the password is 127.0.0.1. However, the password is chosen by user of devstack. If it is to be expected to be able to use the same machine for devstack, as well as run fullstack tests (Not a

[Yahoo-eng-team] [Bug 1452731] [NEW] [data processing] job templates panel contains too few info

2015-05-07 Thread Ken Chen
Public bug reported: Currently Job templates panel only contains two columns: Name and Description. We at least should show Type to users. ** Affects: horizon Importance: Undecided Assignee: Ken Chen (ken-chen-i) Status: New ** Changed in: horizon Assignee: (unassigned) =

[Yahoo-eng-team] [Bug 1452718] [NEW] Create sg rule or delete sg rule, iptalbes can't be reload

2015-05-07 Thread shihanzhang
Public bug reported: when we create a new sg rule or delete a sg rule, the iptables can't be reload in compute node, this bug is introduced by patch: https://review.openstack.org/118274 I have found the reason, I will fix it tomorrow morning! ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1268680] Re: Creating an image without container format queues image and fails with 400

2015-05-07 Thread Mike Fedosin
** Changed in: glance Assignee: (unassigned) => Mike Fedosin (mfedosin) ** Changed in: glance Status: Invalid => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1268680

[Yahoo-eng-team] [Bug 1452697] [NEW] Error Instance can't be deleted when its host is NULL

2015-05-07 Thread yjx
Public bug reported: When I created an instance,it failed and VM-state is ERROR.I query the table which named nova.instances ,host is NULL,it results to that I can't be able to delete this instance . the log is : 2015-05-07 16:55:38.240 23178 TRACE nova.api.openstack Traceback (most recent

[Yahoo-eng-team] [Bug 1452646] [NEW] nova quota for instances numbers may be incorrect

2015-05-07 Thread victorye81
Public bug reported: I have a project and quotas set as default . Today the instances reached 10 and I terminated 7.Then there was only 3 instances via 'Instances',but there was 10 instances also via overview on dashboard. ** Affects: nova Importance: Undecided Status: New -- You

[Yahoo-eng-team] [Bug 1452580] [NEW] [sahara] job type is not shown in job details

2015-05-07 Thread Ken Chen
Public bug reported: Currently in job detail information page, we only have Name, ID, Description, Mains, Libs, and Create time shown. We need to show type for easier check. ** Affects: horizon Importance: Undecided Assignee: Ken Chen (ken-chen-i) Status: New ** Changed in: ho

[Yahoo-eng-team] [Bug 1452582] [NEW] PluginReportStateAPI.report_state should provide searchable identifier

2015-05-07 Thread Eugene Nikanorov
Public bug reported: When troubleshooting problems with cluster it would be very convenient to have information about agent heartbeats logged with some searchable identifier which could create 1-to-1 mapping between events in agent's logs and server's logs. Currently agent's heartbeats are not lo