[Yahoo-eng-team] [Bug 1413480] [NEW] Incorrect volume snapshot mocking in quota tests

2015-01-21 Thread Kieran Spear
Public bug reported: In openstack_dashboard/test/tests/quotas.py we're using self.snapshots as the return value for volume_snapshot_list, which is a list of Glance snapshots. It should be self.cinder_volume_snapshots. cinder.volume_snapshot_list(IsA(http.HttpRequest), opts).AndReturn(sel

[Yahoo-eng-team] [Bug 1413475] [NEW] cannot get aggregate metadata information when nova-compute starts using xen

2015-01-21 Thread kwonho lee
Public bug reported: If the host added using aggregate to slave host in Xenserver environments, nova-compute does not start because cannot get aggregate metadata information. nova-compute trying to call xenapi's _join_slave method to get host information, then db query api called by aggregate_g

[Yahoo-eng-team] [Bug 1413459] [NEW] test_ec2_list_credentials does a wrong test

2015-01-21 Thread wanghong
Public bug reported: https://github.com/openstack/keystone/blob/master/keystone/tests/test_v3_credential.py#L370 def test_ec2_list_credentials(self): """Test ec2 credential listing.""" self._get_ec2_cred_uri() uri = self._get_ec2_cred_uri() r = self.get(uri)

[Yahoo-eng-team] [Bug 1413457] [NEW] Big Switch: exceptions on rest_get_switch in logs

2015-01-21 Thread Kevin Benton
Public bug reported: The current code to see if the Big Switch ML2 driver can bind a port as IVS does not suppress the 404 error in the server manager and catches it later. While this logic is technically correct, the server manager treats it as a failure and dumps error messages into the logs eve

[Yahoo-eng-team] [Bug 1413439] [NEW] dependency of networking_odl is missing in README.odl

2015-01-21 Thread yong sheng gong
Public bug reported: README.odl does not mention the dependency of external project networking_odl, which is used by opendaylight mechanism driver. ** Affects: neutron Importance: Undecided Assignee: yong sheng gong (gongysh) Status: New ** Changed in: neutron Assignee: (

[Yahoo-eng-team] [Bug 1413123] Re: L3 agent does not check if "external network bridge" exist at its begining

2015-01-21 Thread shihanzhang
** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1413123 Title: L3 agent does not check if "external network bridge" exist at its be

[Yahoo-eng-team] [Bug 1413426] [NEW] Forbidden: Policy doesn't allow compute:get_all_tenants to be performed. (HTTP 403)

2015-01-21 Thread Kieran Spear
Public bug reported: Horizon is making requests to admin-only APIs in the project dashboard: Error while checking action permissions. Traceback (most recent call last): File "/home/kspear/openstack/horizon/horizon/tables/base.py", line 1260, in _filter_action return action._allowed(request

[Yahoo-eng-team] [Bug 1371298] Re: libvirt: AMI-based Linux instances /dev/console unusable

2015-01-21 Thread Nicolas Simonds
** Changed in: tempest Status: Invalid => In Progress ** Changed in: tempest Assignee: (unassigned) => Nicolas Simonds (nicolas.simonds) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https:/

[Yahoo-eng-team] [Bug 1400477] Re: In Juno Cannot Create Spark Cluster From Horizon

2015-01-21 Thread Trevor McKay
I'm going to move this to "Invalid", if we find something reproducible we can revisit the issue but was not able to reproduce. I successfully ran a Spark 1.0.0 cluster on current master for devstack/Sahara/Horizon and also on stable/Juno branches, using both default security groups and auto securi

[Yahoo-eng-team] [Bug 1413319] [NEW] Traceback when deleting VxLAN networks using N1kv plugin

2015-01-21 Thread Richard Winters
Public bug reported: Traceback when deleting VxLAN networks using N1kv plugin OpenStack Version: Kilo $ nova-manage version 2015.1 $ neutron --version 2.3.10 Steps to Repo: 1. Setup Testbed with multi node CSR/N1Kv 2. Create an overlay Network Profile 3. Create a network using overlay ne

[Yahoo-eng-team] [Bug 1411482] Re: save() takes exactly 1 argument (2 given)

2015-01-21 Thread melanie witt
*** This bug is a duplicate of bug 1411525 *** https://bugs.launchpad.net/bugs/1411525 ** This bug has been marked a duplicate of bug 1411525 Nova boot from volume functionallity stop working -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1413314] [NEW] dvr router update does not scale for many fips

2015-01-21 Thread Erik Colnick
Public bug reported: On an installation with 7 compute nodes and distributed routing enabled, the time it takes to process a sync_routers request on the controller grows linearly with the number of floating ips. With 120 floating ips associated to vm instances distributed across the the compute n

[Yahoo-eng-team] [Bug 1413281] [NEW] Conflicting policies should fail with ValidationError in v3

2015-01-21 Thread Ildiko Vancsa
Public bug reported: With the new JSONSchema validation conflicting policies now fail with webob.exc.HTTPBadRequest as opposed to exception.ValidationError, as it is validated outside of the schema. This should be fixed. ** Affects: nova Importance: Undecided Assignee: Ildiko Vancsa (il

[Yahoo-eng-team] [Bug 1413276] [NEW] Filtering (and limiting) list domains is not tested

2015-01-21 Thread Henry Nash
Public bug reported: We test the filtering and limiting of lists in test_backend.py - and do this for projects, users and groups: class LimitTests(filtering.FilterTests): ENTITIES = ['user', 'group', 'project'] We don't do this for domain, since this would have problems with LDAP. We should

[Yahoo-eng-team] [Bug 1413266] [NEW] Incorrect sorting in section "Images"

2015-01-21 Thread Evgeny Sikachev
Public bug reported: Environment: devstack Steps to reproduce: 1. Open Openstack Dashboard 2. Click on "Images" 3. Click on "Size" Expected result: correct sorting Actual result: incorrect sorting (attach screenshot) ** Affects: horizon Importance: Undecided Status: New ** Attach

[Yahoo-eng-team] [Bug 1413136] Re: JSONSchema validation error with affinity policy

2015-01-21 Thread Davanum Srinivas (DIMS)
*** This bug is a duplicate of bug 1412973 *** https://bugs.launchpad.net/bugs/1412973 Looks like fixed in https://review.openstack.org/#/c/148748/ Change-Id: I5dbd764460ba757835d569e7613970b3e658e886 ** Changed in: nova Status: New => Fix Committed ** Changed in: tempest Sta

[Yahoo-eng-team] [Bug 1413136] Re: JSONSchema validation error with affinity policy

2015-01-21 Thread Davanum Srinivas (DIMS)
** Also affects: tempest 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/1413136 Title: JSONSchema validation error with affin

[Yahoo-eng-team] [Bug 1413234] [NEW] Password reveal eye-icon visibility depends on address link

2015-01-21 Thread Kyrylo Romanenko
Public bug reported: Eye-shaped icon located at right side of password field in Horizon login page. Navigate to Horizon login page. When Horizon login page accessed by address http:///dashboard/auth/login/ then "eye" glyphicon is visible. When the same Horizon login page accessed by address ht

[Yahoo-eng-team] [Bug 1413231] [NEW] Traceback when creating VxLAN network using CSR plugin

2015-01-21 Thread Richard Winters
Public bug reported: OpenStack Version: Kilo localadmin@qa1:~$ nova-manage version 2015.1 localadmin@qa1:~$ neutron --version 2.3.10 I’m trying to run the vxlan tests on my multi node setup and I’m seeing the following error/traceback in the screen-q-ciscocfgagent.log when creating a network wi

[Yahoo-eng-team] [Bug 1409795] Re: It is possible to assign External Network for VM and it will doesn't work

2015-01-21 Thread Eugene Nikanorov
** Changed in: neutron Assignee: (unassigned) => Eugene Nikanorov (enikanorov) ** Changed in: neutron Importance: Undecided => Low ** Tags removed: customer-found ** Tags removed: neutron ** Tags added: api ** No longer affects: mos -- You received this bug notification because you ar

[Yahoo-eng-team] [Bug 1413209] [NEW] Inconsistent metadef property validation

2015-01-21 Thread Pawel Koniszewski
Public bug reported: Let's say I want to create property: "property": { "type": "string", "title": "property", "description": "property description ", "test-key": "test-value", } If I use POST call to create this property I'll get an error that "test- key" is not

[Yahoo-eng-team] [Bug 1412855] Re: Horizon logs in with unencrypted credentials

2015-01-21 Thread Thierry Carrez
** Also affects: ossa Importance: Undecided Status: New ** Changed in: ossa Status: New => Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/

[Yahoo-eng-team] [Bug 1413205] [NEW] RBD backend errors are not raised correctly

2015-01-21 Thread Tomasz Głuch
Public bug reported: glance_store 2014.2 When operation on RBD backend fail, e.g. by trying to open missing image in RBD pool, glance_store tries to raise exception NotFound with incorrect argument list, so glance API returns Internal Server Error 500. Older version (2014.1) returns 404. Steps

[Yahoo-eng-team] [Bug 1413168] [NEW] "enable_ipv6" option doesn't affect all IPv6 options

2015-01-21 Thread Ambroise CHRISTEA
Public bug reported: In the settings, you can deactivate IPv6 by adding "'enable_ipv6': False" to OPENSTACK_NEUTRON_NETWORK dictionary. This disables the IP version input when you create a network, but you still have "IPv6 Address Configuration Mode" option in subnet creation form. "'enable_ipv6

[Yahoo-eng-team] [Bug 1413156] [NEW] Duplicated messages in agent's fanout topic

2015-01-21 Thread Ilya Shakhat
Public bug reported: Steps to reproduce on devstack: 1. Create the router: neutron router-create test 2. Set gateway for the router: neutron router-gateway-set test public 3. Delete the router: neutron router-delete test The notification about router deletion arrives into L3 agent

[Yahoo-eng-team] [Bug 1413146] [NEW] Glance v2 index dose not support 'admin_as_user' parameter

2015-01-21 Thread whhw
Public bug reported: When admin user list images, we add admin_ad_user=False to query images that are owned by the user, shared to the user and other public images, instead of list all the images. But if I add this to v2 command like: curl -i -X GET -H 'X-Auth-Token:07abcf7d5a4d4ad6a03570b73d7

[Yahoo-eng-team] [Bug 1413136] [NEW] JSONSchema validation error with affinity policy

2015-01-21 Thread Ildiko Vancsa
Public bug reported: When the new JSONSchema is used for server_group validation, the server_group creation fails with validation error: ValidationError: Invalid input for field/attribute 0. Value: affinity. {'allOf': [{'enum': 'affinity'}, {'enum': 'anti-affinity'}]} is not allowed for 'affini

[Yahoo-eng-team] [Bug 1413126] [NEW] keypair detail page is missing

2015-01-21 Thread Masco Kaliyamoorthy
Public bug reported: from the keypair table we can see only the name and fingerprint. if the user want to see the other details(created time, id, public key, etc) of the keypair is not possible in horizon. ** Affects: horizon Importance: Undecided Assignee: Masco Kaliyamoorthy (masco)

[Yahoo-eng-team] [Bug 1412855] Re: Horizon logs in with unencrypted credentials

2015-01-21 Thread Vladimir Kuklin
** Changed in: fuel Milestone: None => 6.1 ** Changed in: fuel Importance: Undecided => High ** Also affects: fuel/7.0.x Importance: Undecided Status: New ** Also affects: fuel/6.1.x Importance: High Status: New ** Changed in: fuel/7.0.x Importance: Undecided => Hi

[Yahoo-eng-team] [Bug 1413123] [NEW] L3 agent does not check if "external network bridge" exist at its begining

2015-01-21 Thread shihanzhang
Public bug reported: Now the l3 agent check whether the ''external network bridge'' exist at loop: def _process_router_if_compatible(self, router): if (self.conf.external_network_bridge and not ip_lib.device_exists(self.conf.external_network_bridge)): LOG.error

[Yahoo-eng-team] [Bug 1413119] [NEW] Pre-migration memory check- Invalid error message if memory value is 0

2015-01-21 Thread Ravishankar Patil
Public bug reported: There is possible correction in the logic and error handling in the pre-migration memory check in case when the memory value is zero '0'. This check is present in the source code class: nova/conductor/tasks/live_migrate.py Below is the current code snippet: if not

[Yahoo-eng-team] [Bug 1413111] [NEW] local variable 'existing_floating_ips' referenced before assignment in file agent/l3/agent.py

2015-01-21 Thread yalei wang
Public bug reported: can't remember the order to add firewall and router. And then restart the l3-agent. an exception emit, will add more info later. = 2015-01-21 15:32:25.173 ERROR neutron.agent.l3.agent [req-f53cd6a8-094d-45d9-968c-4db962d5ecb4 None 12558

[Yahoo-eng-team] [Bug 1413112] [NEW] when launch instance boot from image(create a new volume) , if image size changed, device_size not change

2015-01-21 Thread tinytmy
Public bug reported: When launch instance in instances panel. if use boot from image(create a new volume) source, if change the image, the device_size doesn't change, although the selected flavor's disk and image's min_disk is small than image's size. ** Affects: horizon Importance: Undec