[Yahoo-eng-team] [Bug 1397882] [NEW] api/test_auth.py:test_user_only.py and test_user_id_only.py

2014-12-01 Thread Dingyx
Public bug reported: the function name is mismatch with the function itself. for test_user_only: self.request.headers['X_USER_ID'] = 'testuserid' === self.request.headers['X_USER'] = 'testuser' for test_user_id_only, the same way. ** Affects: nova Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1397836] Re: openstack-dashboard : Depends: python: (= 2.7.1-0ubuntu2) but it is not installable Recommends: openstack-dashboard-ubuntu-theme but it is not installed

2014-12-01 Thread Julie Pichon
Looks to be packaging related, let's try and update the target project. ** Project changed: horizon = ubuntu ** Package changed: ubuntu = horizon (Ubuntu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1397890] [NEW] Missing primary key constraint at endpoint_group.id column

2014-12-01 Thread Ilya Pekelny
Public bug reported: Most tables should have a primary key, and each table can have only ONE primary key. The PRIMARY KEY constraint uniquely identifies each record in a database table. The endpoint_group has no primary key. But project_endpoint_group table provides a primary key constraint

[Yahoo-eng-team] [Bug 1397894] [NEW] Migration helpers designed to sync database couldn't be used with shared engine.

2014-12-01 Thread Ilya Pekelny
Public bug reported: When test cases or any real app need to provide database migration and use synced database required to share engine between helpers and app (test case). The helpers need to have access to share engine to apply migrations to the same database as application uses. ** Affects:

[Yahoo-eng-team] [Bug 1397899] [NEW] Database indexes missing or have inappropriate names.

2014-12-01 Thread Ilya Pekelny
Public bug reported: Database indexes missing in model class or have inappropriate names provided with migrations. ** Affects: keystone Importance: Undecided Assignee: Ilya Pekelny (i159) Status: In Progress -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1397471] Re: No valid host was found after installing DevStack

2014-12-01 Thread Timur Sufiev
You're welcome :). Closing as Invalid, because it's not Horizon issue. ** Changed in: horizon Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1397903] [NEW] Hardcoded initial database version

2014-12-01 Thread Ilya Pekelny
Public bug reported: Migration repositories provide hardcoded initial version value or even missing it at all. Need to provide single automated tool to get real initial version from any migration repo. ** Affects: keystone Importance: Undecided Assignee: Ilya Pekelny (i159)

[Yahoo-eng-team] [Bug 1397917] [NEW] Clarify vCPUs Usage legend for hypervisors

2014-12-01 Thread Julie Pichon
Public bug reported: The vCPUs usage chart is confusing because it can end up with values like Used 5 of 4. (see e.g. https://launchpadlibrarian.net/155236888/Nova_bug_1202965.png which was posted on bug 1202965) This may be improved in Nova as part of bug 1202965 but I think if it is possible

[Yahoo-eng-team] [Bug 1397926] [NEW] create dependancy between http service and horizon

2014-12-01 Thread Dafna Ron
Public bug reported: can we create a dependency between horizon packages and http so that after package update of horizon packages we would restart http service as well? the reason I think this should be done is because I updated horizon packages and after the upgrade some modules failed to

[Yahoo-eng-team] [Bug 1397926] Re: create dependancy between http service and horizon

2014-12-01 Thread Julie Pichon
Hi Dafna, this looks like a packaging issue that should be reported at the distribution level downstream. Thanks! ** Changed in: horizon Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1397956] [NEW] Incorrect available free space when datastore_regex is used for vcenter

2014-12-01 Thread Roman Podoliaka
Public bug reported: When vCenter is used as hypervisor, datastore_regex option is ignored when calculating free space available (which affects nova hypervisor- stats/Horizon and scheduling of new instances). datastore_regex value should be passed down the stack when the datastores are selected.

[Yahoo-eng-team] [Bug 1308958] Re: Neutron net-list returns all networks for user in multiple tenants

2014-12-01 Thread Ann Kamyshnikova
Seems that wrong command was used to show all networks that belongs to current tenant. I run neutron net-list -- --tenant_id TENANT_ID And it shows correctly only list of networks which belongs to that tenant. Flag --os-tenant-id means the authentication tenant ID, it is not the same as list

[Yahoo-eng-team] [Bug 1396544] Re: Default `target={}` value leaks into subsequent `policy.check()` calls

2014-12-01 Thread Thierry Carrez
Confirmed class D ** Information type changed from Private Security to Public ** Changed in: ossa Status: Incomplete = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1390124] Re: No validation between client's IdP and Keystone IdP

2014-12-01 Thread Thierry Carrez
Confirmed Class B1 ** Information type changed from Private Security to Public ** Changed in: ossa Status: Incomplete = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1398086] [NEW] nova servers pagination does not work with deleted marker

2014-12-01 Thread Alvaro Lopez
Public bug reported: Nova does not paginate correctly if the marker is a deleted server. I am trying to get all of the servers for a given tenant. In total (i.e. active, delete, error, etc.) there are 405 servers. If I query the API without a marker and with a limit larger (for example, 500)

[Yahoo-eng-team] [Bug 1398094] [NEW] cloud-init-0.7.4-2.el6.noarch requires rsyslog rather than the general service syslog

2014-12-01 Thread Evan
Public bug reported: When installing the cloud-init-0.7.4-2.el6.noarch package, the dependency on rsyslog prevents our install. We replace rsyslog with syslog-ng and the rest of the OS does not have a problem because all of the OS package require syslog rather than the specific rsyslog package.

[Yahoo-eng-team] [Bug 1396362] [NEW] Support UID and GID specification in user and group definitions

2014-12-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Hi, it would be awesome if the Group and User directives had attributes for setting UID and GIDs. ** Affects: cloud-init Importance: Undecided Status: New -- Support UID and GID specification in user and group definitions

[Yahoo-eng-team] [Bug 1396362] Re: Support UID and GID specification in user and group definitions

2014-12-01 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu better. Sounds like this is a wishlist item that needs to go upstream in the first instance. ** Package changed: cloud-init (Ubuntu) = cloud-init -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1396849] Re: internalURL and adminURL of endpoints should not be visible to ordinary user

2014-12-01 Thread Morgan Fainberg
Based on the ML topic, and that admin/internal URL is not universal (nor clearly isolated) this is not something that we can likely fix without breaking the API contract. We could look at changing the format of the catalog, but I think this is a much, much, bigger topic. Many actions need access

[Yahoo-eng-team] [Bug 1398165] [NEW] Unable to update a region description to None

2014-12-01 Thread Lance Bragstad
Public bug reported: The region table doesn't allow for nullable descriptions [1] . The catalog Manager checks if region['description'] is set in the request and if the user hasn't provided a description for the region, the Manager will set it to an empty string [2]. If the user creates a region

[Yahoo-eng-team] [Bug 1397504] Re: In LBaas, delete the pool at the same time direct delete member is not reasonable

2014-12-01 Thread Eugene Nikanorov
I think we will not be fixing this issue in LBaaS v1. That however could be brought up for the discussion in community for the LBaaS v2 ** Tags added: api ** Changed in: neutron Importance: Undecided = Low ** Changed in: neutron Status: New = Won't Fix -- You received this bug

[Yahoo-eng-team] [Bug 1396650] Re: Duplicated tests for Catalog

2014-12-01 Thread Steve Martinelli
test_backend.py does as it suggests, it creates an instance of catalog_api or whatever is comparable (identity_api), and it attempts to test functions that are common to all backends. test_catalog.py should be testing a larger flow, it'll hit the endpoint (tests the routers.py file), and the

[Yahoo-eng-team] [Bug 1396405] Re: why neutron agent use loop to detect the port's change, not use rpc call ?

2014-12-01 Thread Eugene Nikanorov
This is a question, not a bug. OVS agent monitors ovs directly, because it's a source of real devices created by compute service (nova). Nova can't talk to Neutron agents by RPC, that's why this approach is not applicable here. After encountering new device on OVS, OVS agent wires the port

[Yahoo-eng-team] [Bug 1396965] Re: Add capability to detach root device volume of an instance, when in shutoff state

2014-12-01 Thread melanie witt
** Changed in: nova Importance: Undecided = Wishlist ** Changed in: nova Status: New = Opinion -- 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/1396965 Title:

[Yahoo-eng-team] [Bug 1398190] [NEW] Nuage: Manual sync should not start if Neutron sync is in progress

2014-12-01 Thread Sayaji Patil
Public bug reported: There are two ways to run sync in Nuage plugin 1) Run it as part of Neutron 2) Run it as a standalone tool So when Neutron sync cycle is in progress, one should not be able to run sync usig the standalone tool and vice-versa ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1398224] [NEW] Change “Modify Users” to “Manage Members” in the Project Panel

2014-12-01 Thread Pieter
Public bug reported: Change “Modify Users” to “Manage Members” in the Project and Domain Panels in-row Actions. This allows us to be consistent with the tab headings in both panels. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1391694] Re: Warning message about missing policy.d folder during Sahara start

2014-12-01 Thread melanie witt
Just noticed this in nova: 2014-12-02 00:32:49.506 DEBUG nova.openstack.common.fileutils [req-a6efc5a7-df21-4d4e-9d37-37761c633416 demo demo] Reloading cached file /etc/nova/policy.json from (pid=8046) read_cached_file /opt/stack/nova/nova/openstack/common/fileutils.py:62 2014-12-02

[Yahoo-eng-team] [Bug 1398244] [NEW] DVR flows doesn't work for IPv6 subnets

2014-12-01 Thread Xu Han Peng
Public bug reported: Current DVR flows on integration bridge only works for IPv4 because of the proto option: self.int_br.add_flow(table=constants.DVR_TO_SRC_MAC, priority=2, proto='ip',

[Yahoo-eng-team] [Bug 1398086] Re: nova servers pagination does not work with deleted marker

2014-12-01 Thread Deliang Fan
In my opinion, it's not a bug because the deleted vm should not be queried. ** 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).

[Yahoo-eng-team] [Bug 1352609] Re: RTNETLINK answers: File exists

2014-12-01 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1352609

[Yahoo-eng-team] [Bug 1341243] Re: The instance's status is ACTIVE even though the TAP device is DOWN and it doesn't has an IP address

2014-12-01 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1341243

[Yahoo-eng-team] [Bug 1398266] [NEW] pretty_tox unnecessarily uses bash

2014-12-01 Thread YAMAMOTO Takashi
Public bug reported: A recent change (commit 0d5a11d9c722870f9c5e31a993219c7e240b4e19) introduced bash dependency for something which can be easily done without using bash specific feature. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto)

[Yahoo-eng-team] [Bug 1398270] [NEW] test_floating_ips internal server error while processing your request

2014-12-01 Thread Joshua Harlow
Public bug reported: http://logs.openstack.org/58/136958/9/check/gate-tempest-dsvm-neutron- src-taskflow-icehouse/692967d/logs/screen-q-svc.txt.gz pythonlogging:'': {{{ 2014-12-02 04:02:35,490 1953 DEBUG[tempest.common.rest_client] Request (FloatingIPTestJSON:test_floating_ip_delete_port):

[Yahoo-eng-team] [Bug 1398267] [NEW] when restart the vpn and l3 agent, the firewall rule apply to all tenants' router.

2014-12-01 Thread yangzhenyu
Public bug reported: Hi all:    when restart the vpn and l3 agent, the firewall rule apply to all tenants' router.    step:    1. Create network and router in A and B tenant.    2. Create a firewall in A tenant.    3. Restart vpn and l3 agent serivce.    4. ip netns exec qrouter-B_router_uuid

[Yahoo-eng-team] [Bug 1397658] Re: mistake in creating the panel by the command systempanel

2014-12-01 Thread Lin Hua Cheng
*** This bug is a duplicate of bug 1325099 *** https://bugs.launchpad.net/bugs/1325099 This is fixed now in master ** This bug has been marked a duplicate of bug 1325099 Index.html is not correctly created when using startpanel command -- You received this bug notification because you