[Yahoo-eng-team] [Bug 1264029] [NEW] Glance API layer doesn't catch some store exceptions leading to 500 errors

2013-12-24 Thread David Koo
Public bug reported: The Glance API layer currently doesn't catch some exceptions raised by the underlying store layer, resulting in a "500 Internal Server Error". For e.g. when using the HTTP store, if the remote HTTP server is down, then an "image-download" operation will fail and the HTTP stor

[Yahoo-eng-team] [Bug 1263019] Re: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer failed

2013-12-24 Thread James E. Blair
** Also affects: cinder 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/1263019 Title: tempest.api.volume.test_volume_transfe

[Yahoo-eng-team] [Bug 1263998] [NEW] Admin cannot create or get default security group for projects

2013-12-24 Thread Craig Jellick
*** This bug is a duplicate of bug 1263997 *** https://bugs.launchpad.net/bugs/1263997 Public bug reported: The default security group is created lazily the first time it is requested via a GET. However, this functionality is dependent upon pulling the tenant_id from the token. This means th

[Yahoo-eng-team] [Bug 1263997] [NEW] Admin cannot create or get default security group for projects

2013-12-24 Thread Craig Jellick
Public bug reported: The default security group is created lazily the first time it is requested via a GET. However, this functionality is dependent upon pulling the tenant_id from the token. This means that an admin user cannot get or create the default security group for arbitrary tenant X. Att

[Yahoo-eng-team] [Bug 1263993] [NEW] nova-api DescribeInstaces returns invalid xml under certain conditions

2013-12-24 Thread PaulR
Public bug reported: XML returned from nova ec2 api for Action=DescribeInstances is invalid when filtered by an instance with an attached volume. The closing tag of rootDeviceName xml is truncated. No filter returns valid xml (describe all instances) and filtering on specific instance without an

[Yahoo-eng-team] [Bug 1260134] Re: in tests, many tests pass arguments to assertEqual backwards as (observed, expected) instead of (expected, observed)

2013-12-24 Thread Joe Gordon
I don't think a cleanup like this is worth it at all. python unittest doesn't align with testtools here. unittest assertEqual has no ordering, but testtools does. http://docs.python.org/2/library/unittest.html#unittest.TestCase.assertEqual https://github.com/testing-cabal/testtools/blob/master/te

[Yahoo-eng-team] [Bug 1263945] [NEW] Backwards compat support breaks transport_url

2013-12-24 Thread Flavio Percoco
Public bug reported: Passing a fake url to `get_transport` makes it ignore the configured `transport_url`. This blocks any chance of using the new transport_url configuration. https://github.com/openstack/glance/blob/master/glance/notifier.py#L81 ** Affects: glance Importance: Critical

[Yahoo-eng-team] [Bug 1263924] [NEW] VlanManager on single-host OpenStack can NOT work

2013-12-24 Thread Bird Kafka
Public bug reported: Hi Experts, I need your help on this. VlanManager on single-host OpenStack can NOT work. The test bed I use is as below. OpenStack release: grizzly OS:Cent OS 6.4 Type of network: VlanManager (nova-network) Host condition:

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

2013-12-24 Thread ZhiQiang Fan
** Also affects: heat Importance: Undecided Status: New ** Changed in: heat Assignee: (unassigned) => ZhiQiang Fan (aji-zqfan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs

[Yahoo-eng-team] [Bug 1263877] Re: ipt_mgr.ipv6 written in the wrong ipt_mgr.ipv4 in iptables_fwaas.py

2013-12-24 Thread Andreas Jaeger
** Project changed: openstack-manuals => neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1263877 Title: ipt_mgr.ipv6 written in the wrong ipt_mgr.ipv4 in iptables_fwaas.py Status

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

2013-12-24 Thread ZhiQiang Fan
** Also affects: ceilometer Importance: Undecided Status: New ** Changed in: ceilometer Assignee: (unassigned) => ZhiQiang Fan (aji-zqfan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launch

[Yahoo-eng-team] [Bug 1263877] [NEW] ipt_mgr.ipv6 written in the wrong ipt_mgr.ipv4 in iptables_fwaas.py

2013-12-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: In method _enable_policy_chain in neutron/services/firewall/drivers/linux/iptables_fwaas.py, the ipv6 should use ipt_mgr.ipv6, but it written in the wrong ipt_mgr.ipv4. The code likes: def _enable_policy_chain(self, fwid, ipt_mgr): bname = ipt

[Yahoo-eng-team] [Bug 1263893] [NEW] cloud-init-cfg doesn't run when user-data is not a cloud-config

2013-12-24 Thread Mike Hommey
Public bug reported: STR: - Take the Ubuntu Precise EC2 AMI and prepare an instance out of it. - On that instance, set user-data to something that is not a cloud-config, not mime-encoded and not a few bytes.[1][2] - Start the instance Expected result: - The instance is reachable by ssh. Actual

[Yahoo-eng-team] [Bug 1263881] [NEW] ML2 l2-pop Mechanism driver fails when more than one port is added/deleted simultaneously

2013-12-24 Thread Édouard Thuleau
Public bug reported: If I create more than one VM at a time (with nova boot option --num- instances), sometimes the flooding flow for broadcast, multicast and unknown unicast are not added on certain l2 agents. And conversely, when I delete more than one VM at a time, the flooding rule are not pu

[Yahoo-eng-team] [Bug 1263637] Re: can't enable ml2

2013-12-24 Thread li,chen
Yes, looks like stevedore version is the issue. Can I ask a little more about what is stevedore used for ?? Thanks. -chen ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neu

[Yahoo-eng-team] [Bug 1263872] [NEW] metadata proxy not support Https Metadata-api

2013-12-24 Thread Liping Mao
Public bug reported: In neutron/agent/metadata/agent.py, we have : url = urlparse.urlunsplit(( 'http', '%s:%s' % (self.conf.nova_metadata_ip, self.conf.nova_metadata_port), req.path_info, req.query_string,

[Yahoo-eng-team] [Bug 1263871] [NEW] Two different Exception didn't log seperately when get images information

2013-12-24 Thread Haojie Jia
Public bug reported: Two different Exceptions didn't log seperately when get images information. In glance/registry/api/v1/images.py file , Controls. _get_images:() include codes as follows: try: return self.db_api.image_get_all(context, filters=filters,

[Yahoo-eng-team] [Bug 1263865] [NEW] OVS lib deferred apply cannot handle concurrency

2013-12-24 Thread Édouard Thuleau
Public bug reported: OVS lib propose a deferred apply methods to save system calls to 'ovs- ofctl' binaries ('ovs-ofctl' can apply flow from file or stdin if file is '-'). This method use a dict for 'add', mod' or 'del' flow actions that contain a concatenated string flows. This dict is purge af

[Yahoo-eng-team] [Bug 1263866] [NEW] OVS lib deferred apply cannot handle concurrency

2013-12-24 Thread Édouard Thuleau
Public bug reported: OVS lib propose a deferred apply methods to save system calls to 'ovs- ofctl' binaries ('ovs-ofctl' can apply flow from file or stdin if file is '-'). This method use a dict for 'add', mod' or 'del' flow actions that contain a concatenated string flows. This dict is purge af