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
** 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
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
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
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
** 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
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
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
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
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
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
** 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
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
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
** 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
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
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
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.
*
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
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) =
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
** 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
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
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
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
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
26 matches
Mail list logo