Public bug reported:
Nova uses glance client to upload or download the image. However, the version 1
is hard coded. The user cannot switch to another version.
We need to add a flag for the configuration like glance_api_version to decide
which glance api we are going to use. This part of work has
Public bug reported:
VMware driver does not change compute node state (from :-) to XXX) when
it lost connection to vCenter.
api_retry_count does not affect it at all.
When connection to vCenter is lost and nova-compute is restarted it
works. But it does not without restarting. After restart stat
Public bug reported:
the user can be assigned to a role upon creation, but can't change the
role or add another roles anymore
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is s
Public bug reported:
2014-05-05 10:51:33.732 4992 AUDIT nova.compute.resource_tracker [-] Free
ram (MB): -1559
2014-05-05 10:51:33.732 4992 AUDIT nova.compute.resource_tracker [-] Free
disk (GB): 29
2014-05-05 10:51:33.732 4992 AUDIT nova.compute.resource_tracker [-] Free
VCPUS: -3
was showed in
Public bug reported:
Unittests for Neutron sometimes fail with huge blob of subunit text ending with:
import
err...@pneutron.tests.unit.services.loadbalancer.drivers.netscaler.test_netscaler_driver
Bad log examples:
http://logs.openstack.org/67/84667/19/check/gate-neutron-python27/8c2d3fd/consol
Added OSSA bug task, set to incomplete until confirmed by core
developer. Even then I suspect we might issue a OSSN instead of a OSSA
for this.
Thoughts?
** Also affects: ossa
Importance: Undecided
Status: New
** Changed in: ossa
Status: New => Incomplete
--
You received this
** Also affects: nova/icehouse
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/1308715
Title:
Deadlock on quota_usages
Status
Public bug reported:
This is because serving logical dhcp on external networks makes no
sense.
** Affects: neutron
Importance: Undecided
Assignee: Armando Migliaccio (armando-migliaccio)
Status: New
** Tags: icehouse-backport-potential vmware
** Description changed:
- This
Public bug reported:
The cinder V2 API supports pagination, however, the dashboard volume
page does not currently leverage the support. Without this support the
listing of more than a 100 volumes takes a long time. This is really
painful and should be fixed.
** Affects: horizon
Importance:
Public bug reported:
The Glance public APIs seem to support filtering by column like for
Admin > Instance.
http://docs.openstack.org/developer/glance/glanceapi.html (Filtering
Images Lists)
We should expose this behavior to Horizon.
** Affects: horizon
Importance: Undecided
Assignee:
You have been subscribed to a public bug:
The Glance public APIs seem to support filtering by column like for
Admin > Instance.
http://docs.openstack.org/developer/glance/glanceapi.html (Filtering
Images Lists)
We should expose this behavior to Horizon.
** Affects: horizon
Importance: Unde
Public bug reported:
Steps to Reproduce:
1. Create a site to site connection with peer id as the email of the peers.
2. For sites
site1 --peer_id si...@hp.com
site2 peer_id si...@hp.com
Perform ipsec-site-connection-list
+--+---+--+-
Public bug reported:
Please refer to the topology diagram attached
Steps to Reproduce:
1. Create a site to site onto two separate openstack setup (site1 and site2)
(refer attached scenario diagram with sub1 and sub3)
2. Create a subnet and associated to the site1 router and create a vpnservice
Public bug reported:
Steps to Reproduce:
1. Create a site with vm and all other vpn operations.
neutron vpn-ipsecsite-connection list
+--++---+++---++
| id
Public bug reported:
Steps to Reproduce:
1.Create two site with vpn service,vpn ike policy,ipsec policy and ipsec site
connection.
2. Make sure the vm across the sit are able to ping each other with
successfully tunnel creation .
3.Check the status of the operation on both the sites all the sta
Public bug reported:
Steps to Reproduce:
1.Create two site with vpn service,vpn ike policy,ipsec policy and ipsec site
connection.
2. Make sure the vm across the sit are able to ping each other with successfull
tunnel creation .
3.Check the status of the operation on both the sites:
neutron ips
Public bug reported:
Steps to Reproduce:
1.Create two site with vpn service,vpn ike policy,ipsec policy and ipsec site
connection.
2. Make sure the vm across the sit are able to ping each other with successfull
tunnel creation .
3.Check the status of the operation on both the sites:
neutron ips
Public bug reported:
Steps to Reproduce:
1. Create vpn site with one ipsec policy with encryption_algorithm aes-256 and
other site as aes-128.
2. Create the ipsec-siteconnection and other operation like vpn-services and
ike policy onto both the sites.
3. Check the status of vpn service
+---
Public bug reported:
Steps to Reproduce:
1. Create vpn site with one ike policy with encryption_algorithm aes-256 and
other site as aes-128.
2. Create the ipsec-siteconnection and other operation like vpn-services and
ipsec policy onto both the sites.
3. Check the status of vpn service
+
Public bug reported:
Setup details:
Install neutron-vpn-agent onto the network node.
Try to list the agent list onto the controller
+--++-+---++
| id | agent_type | host
Public bug reported:
Pre shared key for the vpnaas is stored in plain text .
/var/lib/neutron/ipsec/$routeid/etc/ipsec.secrets"
# Configuration for myvpn1
$Site_Address $Peer_address : PSK "secret"
and also when we we perform neutron ipsec-site-connection-list
+--
Public bug reported:
We are running the latest keystone and see this in our logs for all ldap
users. Local authentication works, and the problem happened over the
last couple of weeks. Rolling back to a keystone from April 22nd works
for us. There have been a few ldap related commits since then, w
Public bug reported:
Cluster has 2 hosts, with each host having 24 cores.
Both hosts are active.
Stats update is correct
Snippet of nova-compute.log
-05-07 03:14:28.001 AUDIT nova.compute.resource_tracker [-] Free ram (MB): 57582
2014-05-07 03:14:28.001 AUDIT nova.compute.resource_tracker [-] Fr
Public bug reported:
wrap_list attribute is used to add an enclosing tag to table cell
content.
_data_table_cell.html lacks the code to add that element if the cell
content is not editable (i.e. inline_edit_available is False or
update_allowed is False).
** Affects: horizon
Importance: Und
Public bug reported:
Any request to Keystone API, which contains a body, causes 500 error in
case this body is a valid JSON object, but not a dictionary.
For example, the next request:
curl -H"X-Auth-Token:ADMIN" -H "Content-type: application/json"
http://localhost:5000/v3/users -X GET -d "
FWIW, I cannot quickly reproduce this on a F20 box.:
1. save all conf files in /etc/neutron/* to TEMP directory
2. yum install openstack-neutron openstack-neutron-openvswitch
config files created in the right places. Really this may be a packaging
issue?
** Changed in: neutron
Status: Ne
Clearing the security flag. Please set it again if you think it was
warranted and can explain why.
** Information type changed from Public Security to Public
** No longer affects: ossa
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed
** Changed in: neutron/havana
Status: In Progress => Fix Committed
** Changed in: ossa
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/13
Public bug reported:
Sometimes request to associate floating IP may fail, when using nova
network with libvirt like:
> http://192.168.1.12:8774/v2/258a4b20c77240bf9b386411430683fa/servers/a9e734e4-5310-4191-a7f0-78fca4b367e7/action
>
> BadRequest: Bad request
> Details: {'message': 'Error. Unabl
Public bug reported:
I am running nova/neutron forked from trunk around 12/30/2013. Neutron
is configured with openvswitch plugin and security group enabled.
How to reproduce the issue: create a security group SG1; add a rule to
allow ingress from SG1 group to port 5000; add host A, B, and C to S
** Also affects: ossa
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/1316271
Title:
Network Security: VM hosts can SSH to com
Public bug reported:
The following review failed in gate:
https://review.openstack.org/#/c/90096/
The error can be found in console log:
2014-05-06 10:17:10.570 | + echo 'sub_unit.log was > 50 MB of uncompressed
data!!!'
2014-05-06 10:17:10.570 | sub_unit.log was > 50 MB of uncompressed data!!!
** Project changed: nova => nova (Ubuntu)
** Package changed: nova (Ubuntu) => ubuntu
** Package changed: ubuntu => nova (Ubuntu)
--
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:
Nova fails to boot an instance from the image using create volume.
Run time environment details:
cinder is configured with VMDK driver
nova is configured with Vmware Vc driver
While nova is trying to provision a instance by creating the volume from
the given VMDK image b
Public bug reported:
DHCPv6 solicit UDP package is currently dropped because there is no
security group rule to allow it like IPv4:
Chain neutron-openvswi-o3bb99c0d-6 (2 references)
target prot opt source destination
RETURN ipv6-icmpanywhere anywhere
** Also affects: neutron
Importance: Undecided
Status: New
** Also affects: neutron/icehouse
Importance: Undecided
Status: New
** Changed in: neutron/icehouse
Status: New => In Progress
** Changed in: neutron
Status: New => Fix Committed
--
You received this b
Public bug reported:
glance-manage db_sync silently fails to prepare the database:
# glance-manage db_sync && echo ok
ok
# mysql glance -e "show tables"
+--+
| Tables_in_glance |
+--+
| migrate_version |
+--+
Steps to Reproduce:
$ glance-manage d
Public bug reported:
This change was wrong
https://review.openstack.org/#/c/89628/5/neutron/tests/unit/services/loadbalancer/drivers/netscaler/test_netscaler_driver.py
and needs to be taken back. Previous version imported module correctly
and there was no need to change.
** Affects: neutron
Public bug reported:
When uploading an local image file, I forgot to set the image format
before clicking "Create Image" button, so I need to refill the "Create
An Image"table. Most content was saved except the image file. I have
to reselect the image file and wait for uploading. Considering th
Public bug reported:
when user only in one tenant, the tenant region show drop_arrow.png,
this will confuse user.
** Affects: horizon
Importance: Undecided
Assignee: tinytmy (tangmeiyan77)
Status: New
** Changed in: horizon
Assignee: (unassigned) => tinytmy (tangmeiyan77)
Public bug reported:
If a network has many subnets, and some have dhcp enabled and some
don't, then ips from all subnets are added to the dnsmasq host file.
Step:
$ neutron net-create net44
$ neutron subnet-create net44 10.0.10.0/24 --name sub1 --enable_dhcp true
$ neutron subnet-create net44 10.
Nope, Sorry about that.
Settting the following seem to fixed it
[upgrade_levels]
compute = icehouse-compat
** 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 Comput
Sorry, my bad:
Setting the compat layer fixes the issues.
[upgrade_levels]
compute = icehouse-compat
** 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
Public bug reported:
nova-compute memory grows to 3gb in a Scaled environment (5000 vm) where
continuous VM operations were executed for 72 hours.
PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND
22181 nova 20 0 3325m 3.0g 6588 R 34.2 19.0 3984:23 nova-compute
To te
Public bug reported:
nova-compute memory grows to 3gb in a Scaled environment (5000 vm) where
continuous VM operations were executed for 72 hours.
PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND
22181 nova 20 0 3325m 3.0g 6588 R 34.2 19.0 3984:23 nova-compute
To te
Public bug reported:
nova-compute memory grows to 3gb in a Scaled environment (5000 vm) where
continuous VM operations were executed for 72 hours.
PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND
22181 nova 20 0 3325m 3.0g 6588 R 34.2 19.0 3984:23 nova-compute
To te
46 matches
Mail list logo