** Changed in: nova
Status: Incomplete => Invalid
--
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/1201464
Title:
Can't attach instance from one tenant to network p
Public bug reported:
context module imported in l3_agent conflicts with argument name.
** Affects: neutron
Importance: Undecided
Assignee: Isaku Yamahata (yamahata)
Status: In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team,
Public bug reported:
boot more several instances, create a floatingip, when re-assign the floatingip
to multi instances, nova list will show incorrect result.
>>>neutron floatingip-associate floatingip-id instance-id-0
>>>neutron floatingip-associate floatingip-id instance-id-1
>>>neutron floatin
Public bug reported:
The follow obsolete oslo-inc modules need to be removed from glance,
update project moved to own graduated libraries instead.
openstack/glance: gettextutils
openstack/glance: test
For details, pls ref http://lists.openstack.org/pipermail/openstack-
dev/2014-October/048303.ht
Public bug reported:
ubuntu 14.04 Icehouse
ERROR keystone.common.wsgi [-] 'module' object has no attribute
'LDAP_CONTROL_PAGE_OID'
TRACE keystone.common.wsgi Traceback (most recent call last):
TRACE keystone.common.wsgi File
"/usr/lib/python2.7/dist-packages/keystone/common/wsgi.py"
Public bug reported:
The domain aware policy that is provided as a part of keystone
(policy.v3cloudsample.json) attempts to define a few layers of
administrative roles:
cloud admin - responsible for overall cloud management
domain admin - responsible for management within a domain
project a
Public bug reported:
When using LDAP backend with keystone Juno RC2, the following error
occurs:
AttributeError: 'module' object has no attribute 'LDAP_CONTROL_PAGE_OID'
It looks like that attribute was removed in python-ldap 2.4 which breaks
Ubuntu Trusty and Utopic and probably RHEL7.
More d
This doesn't appear to be a problem anymore.
** Changed in: nova
Status: Confirmed => Invalid
--
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/1303533
Title:
nova
Public bug reported:
This is because the image needs to have two options: --property
vmware_disktype="sparse" --property vmware_adaptertype="ide"
Horizon does not provide the capability set those options.
However, it can be created using glance CLI:
glance image-create --name x --is-public=T
This sounds like a question and not a bug. Please use
https://ask.openstack.org/en/questions/
** Changed in: nova
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://bugs
This is actually by design we have pagination. See
http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/common.py#n39
** Changed in: nova
Status: New => Incomplete
** Changed in: nova
Status: Incomplete => Invalid
** Changed in: python-novaclient
Status: New
Added novaclient since this might be a client issue
** Also affects: python-novaclient
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.ne
Public bug reported:
"VLAN", "VXLAN" and "GRE" in create page under project-network-network
are in English.
When this was first brought to my attention I rejected it, suggesting that this
sort of thing should never be translated. However, on closer inspection, I see
that in openstack_dashboard
** Summary changed:
- Missing fix for ssh_execute (Exceptions thrown may contain passwords)
(CVE-2014-7230, CVE-2014-7231)
+ [OSSA 2014-036] Missing fix for ssh_execute (Exceptions thrown may contain
passwords) (CVE-2014-7230, CVE-2014-7231)
** Changed in: ossa
Status: In Progress => Fix
Public bug reported:
I have an openstack setup (icehouse) with 1 controller + 2 compute
nodes, where one of the compute nodes was taken out of service. Now when
running our tests, I observe that a new instances is trying to launch on
the down compute node.
How can I debug this further?
Here are
Public bug reported:
if specified
** Affects: horizon
Importance: Undecided
Assignee: Cindy Lu (clu-m)
Status: New
** Changed in: horizon
Assignee: (unassigned) => Cindy Lu (clu-m)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team
Public bug reported:
Based on Liz's suggestion
(https://bugs.launchpad.net/horizon/+bug/1267362):
"If a clear, concise term can not be created I think the idea of adding
a help "?" icon with hover over text next to the column header would be
a fine solution. I don't know that we do this anywhere
Public bug reported:
Since this Tempest change:
https://review.openstack.org/#/c/102700/
We verify that FloatingIP changes status correctly on association and
dis-association.
This has shown instability of the dvr tempest job:
http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiaXMgYX
Public bug reported:
It is not possible to boot the image that was created with nova image-
create from a volume backed instance.
Steps to reproduce:
stack@stack:~/devstack$ nova boot --flavor 100 --block-device
source=image,id=70b5a8e8-846f-40dc-a52d-558d37dfc7f1,dest=volume,bootindex=0,size=1
Public bug reported:
In
openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html
the tag is used. As discussed in
https://review.openstack.org/#/c/126141/10 the tag should be
stripped and the formatting should be handled via CSS.
** Affects: horizon
Public bug reported:
In the scale tests it is usually seen that the nova list returns only
the 1000 odd vm's and not the whole list even though the instances would
have been provisioned above 2000 +
** Affects: nova
Importance: Undecided
Status: New
** Description changed:
In th
Public bug reported:
OpenStack version: Juno
localadmin@qa4:/etc/nova$ nova-manage version
2015.1
I used devstack to deploy multi-node OpenStack, with Controller + nova-compute
+ Network on one physical node (qa4),
and Compute on a separate physical node (qa5).
When I launch a VM which spun u
Public bug reported:
As per discussion on
https://review.openstack.org/#/c/121782/8/neutron/tests/unit/test_metadata_agent.py:
Tests could do something like sending an HTTP request to a proxy, while
mocking the API (and then potential RPC, if rpc is merged in metadata
agent) response, then assert
As I and Salvatore get same conclusions. This isn't bug neutron and
nova. It should be tempest bug. I removed nova from affected projects.
** No longer affects: nova
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Comput
Public bug reported:
When DHCP agent creates port from neutron and another create port
request is received, ResourceClosedError occurs in sqlalchemy.
this may be related to bug #1282922 https://bugs.launchpad.net/bugs/1282922
Above bug is related to nec plugin and it is mentioned that other plugi
Public bug reported:
Fo admin users it would be good to distinguish different kind of
networks from the Topology page. Network could have any name, so to make
sure the network is external user need to go the the Admin page (Network
Topology is in Project), pick Networks and click to the network n
This bug was fixed in the package horizon - 1:2014.2~rc2-0ubuntu2
---
horizon (1:2014.2~rc2-0ubuntu2) utopic; urgency=medium
* Resolve issues with missing static assets and failing compression
(LP: #1379761):
- d/openstack-dashboard*.postinst: Collect and compress static ass
Public bug reported:
payload in notifier message for object.create.end contains all
information for object, but payload in notifier message for
object.delete.end contains olny object id.
Example(rpc backend: rabbit, queue:notifications.info, object: subnet):
http://paste.openstack.org/show/121233
Public bug reported:
While investigating https://bugs.launchpad.net/horizon/+bug/1379761
Gloria Gu discovered this problem:
[stack@gloria-stack:/home/stack/horizon]↥ master+ ± tools/with_venv.sh python
manage.py compress --force
Invalid template
/home/stack/horizon/horizon/templates/horizon/com
Public bug reported:
When trusted filter in nova scheduler is running with default value of
attestation_port:
cfg.StrOpt('attestation_port', default='8443', help='Attestation server
port'),
method _do_request() in AttestationService class has this line:
action_url = "https://%s:%d%s/%s"; % (sel
Public bug reported:
In nova cells environment, when try to force-delete an instance which is in
'active' state, the instance gets deleted successfully, but in nova-cells
service in compute cell (n-cell-child), it throws the following error:
InvalidRequestError: Object '' is already attached
to
** Changed in: horizon
Status: In Progress => Opinion
** Changed in: horizon
Assignee: Timur Sufiev (tsufiev-x) => (unassigned)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bug
Public bug reported:
The traceback is as follows:
ft1.1942:
glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_marker_StringException:
Traceback (most recent call last):
File "glance/tests/unit/v2/test_images_resource.py", line 378, in
test_index_with_marker
s
Public bug reported:
This looks to be due to tests test_get_port_vnic_info_2 and 3 sharing
some code and is easily reproduced by running these two tests alone with
no concurrency.
./run_tests.sh --concurrency 1 test_get_port_vnic_info_2
test_get_port_vnic_info_3
The above always results in:
Tra
Public bug reported:
Create an OpenStack system with 2 nodes with devstack and issue the
following:
$ neutron router-create routerha --ha True
$ neutron net-create priv2
$ neutron subnet-create --ip_version 4 --name priv2-subnet priv2 10.10.0.0/20
$ neutron router-interface-add routerha priv2-sub
Public bug reported:
In case Horizon was set up to work with multiple regions (by editing
AVAILABLE_REGIONS in settings.py), region selector drop-down appears in
top right corner. But it doesn't work now.
Suppose I login into the Region1, then if I try to switch to Region2, it
redirects me to the
** Changed in: python-django-pyscss (Ubuntu)
Status: New => Invalid
** Changed in: horizon (Ubuntu)
Status: Confirmed => In Progress
** Changed in: horizon (Ubuntu)
Assignee: (unassigned) => James Page (james-page)
--
You received this bug notification because you are a membe
Reviewed: https://review.openstack.org/128359
Committed:
https://git.openstack.org/cgit/openstack/glance/commit/?id=9b176a278116849c8f7b7f4d9a987f37ec52779c
Submitter: Jenkins
Branch:proposed/juno
commit 9b176a278116849c8f7b7f4d9a987f37ec52779c
Author: Andy McCrae
Date: Sat Oct 11 20:56:3
Reviewed: https://review.openstack.org/128373
Committed:
https://git.openstack.org/cgit/openstack/glance/commit/?id=96e28428655aa7122ed74b045ff1bda1984255b1
Submitter: Jenkins
Branch:proposed/juno
commit 96e28428655aa7122ed74b045ff1bda1984255b1
Author: Nikhil Komawar
Date: Tue Oct 14 13:0
Public bug reported:
Using postgressql and creating a scurity group rule protocol value as
integer getting error DBAPIError exception wrapped from operator does
not exist.
Running the jenkins :check-tempest-dsvm-ironic-pxe_ssh-postgres-nv fails
Code :
curl -i -X POST http://$Server_ip:9696/v2.0
The installation section of Horizon developer docs also covers this:
http://docs.openstack.org/developer/horizon/topics/install.html#installation
** Changed in: horizon
Status: Fix Committed => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Te
41 matches
Mail list logo