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
** 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
*** 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
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
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
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
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
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:
** 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
** 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
** 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
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
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
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
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
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,
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,
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
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
19 matches
Mail list logo