[Yahoo-eng-team] [Bug 1298158] Re: Miss validation of backup_type

2014-03-26 Thread Liusheng
** 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.launchpad.net/bugs/1298158 Title: Miss validation of backup_type Status in OpenStack Compu

[Yahoo-eng-team] [Bug 1298158] [NEW] Miss validation of backup_type

2014-03-26 Thread Liusheng
Public bug reported: When backup instance, Nova will don't validate the backup_type. ** Affects: nova Importance: Undecided Assignee: Liusheng (liusheng) Status: New ** Changed in: nova Assignee: (unassigned) => Liusheng (liusheng) -- You received this bug notification

[Yahoo-eng-team] [Bug 1298157] [NEW] Miss validation of backup_type

2014-03-26 Thread Liusheng
Public bug reported: When backup instance, Nova will don't validate the backup_type. ** Affects: nova 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

[Yahoo-eng-team] [Bug 1296430] Re: Improve error message when attempting to delete a host agreggate that has hosts

2014-03-26 Thread Facundo Farias
** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Assignee: (unassigned) => Facundo Farias (facundo-farias) -- 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 1298131] [NEW] improper usage of HTTP 413 status code

2014-03-26 Thread Matthew Edmonds
Public bug reported: HTTP 413 is supposed to mean (per RFC2616) that the request entity was too large. E.g., if you send an enormous body with the request. That is not at all how it is being used in the server resize request example below. The nova/api/openstack/compute/servers.py is coded to retu

[Yahoo-eng-team] [Bug 1247603] Re: nova-conductor process can't create cosumer connection to qpid after HeartbeatTimeout in heavy workload

2014-03-26 Thread John Griffith
Hit this today on latest Havana build, logs below. I reproduced doing some stress testing; create 50 instances boot from volume in one operation. Need to try it in my Icehouse setup next. 2014-03-20 00:42:51.725 17580 INFO nova.compute.manager [req-ef61a326-288b-494d-9d30-f533e7739949 None None

[Yahoo-eng-team] [Bug 1298075] [NEW] Should translate Unauthorized NeutronClientException in allocate_for_instance

2014-03-26 Thread Matt Riedemann
Public bug reported: If your auth token expires while allocating the network for an instance with the neutronv2 API in nova, you'll get a 500 from the server because the Unauthorized neutron client exception isn't handled and translated to a more specific NovaException (expecting a 401 in this cas

[Yahoo-eng-team] [Bug 1298074] [NEW] Horizon does not propagate logout_reason messages for ajax calls

2014-03-26 Thread David Lapsley
Public bug reported: Horizon propagates logout_reason messages by setting a "logout_reason" cookie in the response. After the user is redirected to logout, the login view is rendered, and the logout_reason appears in the message portion of the login screen. In the case of the response to an ajax

[Yahoo-eng-team] [Bug 1298061] [NEW] nova should allow evacuate for an instance in the Error state

2014-03-26 Thread Chris Friesen
Public bug reported: We currently allow reboot/rebuild/rescue for an instance in the Error state if the instance has successfully booted at least once. We should allow "evacuate" as well, since it is essentially a "rebuild" on a different compute node. This would be useful in a number of ca

[Yahoo-eng-team] [Bug 1298053] [NEW] Subnets should be set as lazy='join'

2014-03-26 Thread Aaron Rosen
Public bug reported: Currently if one does a net-list tons of queries are issued against the database as the default query mode is 'select' which performs a query when the field is actually accessed. In this patch I change the the mode to 'joined' so subnets are loaded as the networks are loaded.

[Yahoo-eng-team] [Bug 1188189] Re: Some server-side 'SSL' communication fails to check certificates (use of HTTPSConnection)

2014-03-26 Thread Thierry Carrez
** Changed in: keystone 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/1188189 Title: Some server-side 'SSL' communication fails to check cer

[Yahoo-eng-team] [Bug 1227321] Re: DBDuplicateEntry not being translated for DB2

2014-03-26 Thread Thierry Carrez
** Changed in: keystone 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/1227321 Title: DBDuplicateEntry not being translated for DB2 Status i

[Yahoo-eng-team] [Bug 1247443] Re: tests leak file descriptors

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1247443 Ti

[Yahoo-eng-team] [Bug 1266962] Re: Remove set_time_override in timeutils

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- 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/

[Yahoo-eng-team] [Bug 1296768] Re: keystone.tests.test_wsgi.ServerTest.test_keepalive_and_keepidle_set MismatchError: 1 != 2

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1296768 Ti

[Yahoo-eng-team] [Bug 1283872] Re: webob.exc.HTTPForbidden can't show correct message

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1283872 Tit

[Yahoo-eng-team] [Bug 1294393] Re: FederatedTokenTests.scope_to_bad_project test is disabled due to its naming

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1294393 Ti

[Yahoo-eng-team] [Bug 1296862] Re: Keystone doc build fails when built from sdist tarballs

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1296862 Ti

[Yahoo-eng-team] [Bug 1263804] Re: EC2 token creation no longer possible for admin

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1263804 Ti

[Yahoo-eng-team] [Bug 1294781] Re: user_id missing from message about federation roles

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1294781 Ti

[Yahoo-eng-team] [Bug 1296333] Re: Keystone docs fail to build with SQLAlchemy 0.9

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1296333 Ti

[Yahoo-eng-team] [Bug 1288124] Re: Update docstrings in auth/tokens/plugins/saml2.py and contrib/federation/routers.py

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1288124 Ti

[Yahoo-eng-team] [Bug 1284422] Re: v3 endpoint create should require url

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1284422 Ti

[Yahoo-eng-team] [Bug 1291705] Re: Oauth manager created multiple times

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1291705 Ti

[Yahoo-eng-team] [Bug 1287637] Re: remove hardcoded SQL queries in tests

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1287637 Ti

[Yahoo-eng-team] [Bug 1195813] Re: All v3 XML responses use v2 namespace. Should use v3 namespace as v2 and v3 are incompatible

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1195813 Ti

[Yahoo-eng-team] [Bug 1255518] Re: name '_' is not defined, under nosetests.

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1255518 Ti

[Yahoo-eng-team] [Bug 1243392] Re: Can't run live system tests using testr

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1243392 Ti

[Yahoo-eng-team] [Bug 1233365] Re: LDAP backend fails when connecting to Active Directory root DN

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1233365 Title: LDAP backend fails when connecting to Active Directory

[Yahoo-eng-team] [Bug 1297309] Re: Unauthorized: Unknown auth strategy

2014-03-26 Thread Joe Gordon
Not seeing this in nova logs anymore, all logstash hits are for neutron in last 7 days. ** Changed in: nova Status: New => Incomplete ** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. http

[Yahoo-eng-team] [Bug 1240052] Re: Hardcoded paths prevent tests from being parallelized

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1240052 Ti

[Yahoo-eng-team] [Bug 1214064] Re: Trust creation allowed with empty roles list

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1214064 Ti

[Yahoo-eng-team] [Bug 1282266] Re: enabled attribute missing from GET /v3/endpoints

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1282266 Title: enabled attribute missing from GET /v3/endpoints Stat

[Yahoo-eng-team] [Bug 1269739] Re: an improvement of curl example doc?

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1269739 Ti

[Yahoo-eng-team] [Bug 1271706] Re: Misleading warning about MySQL TRADITIONAL mode not being set

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- 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/1271706 Title: Misleading warning about MySQL TRADITI

[Yahoo-eng-team] [Bug 1273867] Re: Keystone API v3 lists disabled endpoints and services in catalog

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1273867 Title: Keystone API v3 lists disabled endpoints and services

[Yahoo-eng-team] [Bug 1279492] Re: oauth consumers links missing OS-OAUTH1

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1279492 Ti

[Yahoo-eng-team] [Bug 1275145] Re: can't create credential with keystone.conf admin_token

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1275145 Title: can't create credential with keystone.conf admin_token

[Yahoo-eng-team] [Bug 1291047] Re: Keystone returns traceback for db backend

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1291047 Title: Keystone returns traceback for db backend Status in

[Yahoo-eng-team] [Bug 1288009] Re: Default discovery endpoints create an unusable service

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1288009 Ti

[Yahoo-eng-team] [Bug 1290966] Re: missing auth method configuration in oauth1 documentation

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1290966 Title: missing auth method configuration in oauth1 documentat

[Yahoo-eng-team] [Bug 1291393] Re: domain_id in User/Group/Project should be immutable

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1291393 Title: domain_id in User/Group/Project should be immutable S

[Yahoo-eng-team] [Bug 1280965] Re: LDAP dumb user is not filtered when listing role assignments

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1280965 Ti

[Yahoo-eng-team] [Bug 1290258] Re: Group ids are not validated after SAML2->groups mapping and federated token scoping

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1290258 Title: Group ids are not validated after SAML2->groups mappin

[Yahoo-eng-team] [Bug 1284341] Re: keystone-manage db_version broken

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1284341 Title: keystone-manage db_version broken Status in OpenStack

[Yahoo-eng-team] [Bug 1287219] Re: scope of domain admin too broad in v3 policy sample

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1287219 Title: scope of domain admin too broad in v3 policy sample S

[Yahoo-eng-team] [Bug 1291423] Re: revocation events sync slows responses to all authenticated calls

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1291423 Title: revocation events sync slows responses to all authenti

[Yahoo-eng-team] [Bug 1285871] Re: Attempt to call strftime on a str fails revocation_list

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1285871 Title: Attempt to call strftime on a str fails revocation_lis

[Yahoo-eng-team] [Bug 1284972] Re: Creating a region using V3 api fails in backend code when missing description

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1284972 Title: Creating a region using V3 api fails in backend code w

[Yahoo-eng-team] [Bug 1290582] Re: missing auth method configuration in federation documentation

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1290582 Title: missing auth method configuration in federation docume

[Yahoo-eng-team] [Bug 1291981] Re: missing type check in SAML RuleProcessor

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1291981 Title: missing type check in SAML RuleProcessor Status in Op

[Yahoo-eng-team] [Bug 1297059] Re: Migrate 43 fails on old sqlalchemy

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1297059 Title: Migrate 43 fails on old sqlalchemy Status in OpenStac

[Yahoo-eng-team] [Bug 1297922] Re: Internationalization is broken when using httpd/keystone.py

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1297922 Title: Internationalization is broken when using httpd/keysto

[Yahoo-eng-team] [Bug 1296348] Re: /v3/auth/tokens cannot be used for issuing unscoped tokens during federated authn

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1296348 Title: /v3/auth/tokens cannot be used for issuing unscoped to

[Yahoo-eng-team] [Bug 1294150] Re: Keystone fails when returning unscoped federated token as XML

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1294150 Title: Keystone fails when returning unscoped federated token

[Yahoo-eng-team] [Bug 1293436] Re: Allow filtering variables passed to the RuleProcessor

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1293436 Ti

[Yahoo-eng-team] [Bug 1294292] Re: is_revoked bails out on first unrelated branch

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1294292 Title: is_revoked bails out on first unrelated branch Status

[Yahoo-eng-team] [Bug 1294293] Re: domain_id should be immutable by default

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1294293 Title: domain_id should be immutable by default Status in Op

[Yahoo-eng-team] [Bug 1293781] Re: Ensure sample config is up-to-date [Icehouse RC]

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1293781 Title: Ensure sample config is up-to-date [Icehouse RC] Stat

[Yahoo-eng-team] [Bug 1291099] Re: revoke_api is loaded by default and is causing 401s on horizon switch tenants

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1291099 Title: revoke_api is loaded by default and is causing 401s on

[Yahoo-eng-team] [Bug 1289935] Re: Revoke API calls non-existant method in revoke map syncronize

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1289935 Title: Revoke API calls non-existant method in revoke map syn

[Yahoo-eng-team] [Bug 1294971] Re: gate-grenade-dsvm-partial-ncpu Failure in upgrade-keystone

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1294971 Title: gate-grenade-dsvm-partial-ncpu Failure in upgrade-keys

[Yahoo-eng-team] [Bug 1295261] Re: test_v3_os_revoke.OSRevokeTests: invalid event issued_before time; Too early

2014-03-26 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1295261 Title: test_v3_os_revoke.OSRevokeTests: invalid event issued_

[Yahoo-eng-team] [Bug 1298039] [NEW] Glance Tests Will Fail With psutil 2.0.0

2014-03-26 Thread Solly Ross
Public bug reported: psutil recently released a new version in which the majorly broke API backwards-compatibility. Currently, the requirement for psutil is 'psutil>=1.1.1'. We should limit the psutil version to 'psutil>=1.1.1,<2.0.0' so as to not break the multiprocessing tests, which use psuti

[Yahoo-eng-team] [Bug 1298034] [NEW] Nova Hyper-V driver fails occasionally with a x_wmi_uninitialised_thread exception

2014-03-26 Thread Alessandro Pilotti
Public bug reported: The Nova Hyper-V driver can fail occasionally with: x_wmi_uninitialised_thread ("WMI returned a syntax error: you're probably running inside a thread without first calling pythoncom.CoInitialize[Ex]" http://64.119.130.115/82904/14/Hyper-V_logs/hv-compute1/neutron-hyperv- age

[Yahoo-eng-team] [Bug 1298005] [NEW] API returns http url instead of https for create image

2014-03-26 Thread Andrew Laski
Public bug reported: The response to image create returns a http url when it should be https REQ: curl -i 'https://iad.servers.api.rackspacecloud.com/v2//servers//action' -X POST -H "X-Auth-Project-Id: " -H "User-Agent: python- novaclient" -H "Content-Type: application/json" -H "Accept: applicati

[Yahoo-eng-team] [Bug 1298002] [NEW] Nova does not inject DHCP config to guest OS

2014-03-26 Thread Samuel Matzek
Public bug reported: When booting servers using Nova configured for injecting network setup into the guest OS, Nova is not injecting DHCP network configurations. Nova.conf has these set: # Whether to attempt to inject network setup into guest # (boolean value) flat_injected=true # Template file

[Yahoo-eng-team] [Bug 1297998] [NEW] VMWare: spawn refactor - _power_on_vm

2014-03-26 Thread Tracy Jones
Public bug reported: refactor this method and add unit tests as part of the spawn refactor effort ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1297992] [NEW] deleting an interface hits a race condition and fails

2014-03-26 Thread Joe Gordon
Public bug reported: We are seeing nova REST calls to delete an attached interface fail to work: DELETE http://127.0.0.1:8774/v3/servers/UUID/os-attach-interfaces/UUID DELETE http://127.0.0.1:8774/v2/UUID/servers/UUID/os-interface/UUID In nova-cpu we see DEBUG neutronclient.client [-] RES

[Yahoo-eng-team] [Bug 1297291] Re: Django proxy objects are printed during tests execution

2014-03-26 Thread Tracy Jones
** 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.launchpad.net/bugs/1297291 Title: Django proxy objects are printed during tests execution

[Yahoo-eng-team] [Bug 1297127] Re: nova can't detach volume after force detach in cinder

2014-03-26 Thread Nikola Đipanov
I'd say this is a reasonable thing to propose, although since forcing in cinder is an admin only command - I am thinking this should be as well. Also I fear there could be edge cases where we really should not allow even the force detach (see https://bugs.launchpad.net/nova/+bug/1240922 where we mi

[Yahoo-eng-team] [Bug 1297795] Re: nova python client is not process safe

2014-03-26 Thread Tracy Jones
** 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.net/bugs/1297795 Title: nova python client is not pr

[Yahoo-eng-team] [Bug 1297962] [NEW] Nova-compute doesnt start

2014-03-26 Thread Chuck Short
Public bug reported: 2014-03-26 13:08:21.268 TRACE nova.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/eventlet/tpool.py", line 77, in tworker 2014-03-26 13:08:21.268 TRACE nova.openstack.common.threadgroup rv = meth(*args,**kwargs) 2014-03-26 13:08:21.268 TRACE nova.o

[Yahoo-eng-team] [Bug 1297796] Re: nova python client is not process safe

2014-03-26 Thread Tracy Jones
** Also affects: python-novaclient Importance: Undecided Status: New ** No longer affects: 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/1297796 Title:

[Yahoo-eng-team] [Bug 1288098] Re: v3 Service Catalog doesn't expose service name

2014-03-26 Thread OpenStack Infra
Reviewed: https://review.openstack.org/81975 Committed: https://git.openstack.org/cgit/openstack/identity-api/commit/?id=3b87be34c9ce48ea58e2af12cb3f59d63947d609 Submitter: Jenkins Branch:master commit 3b87be34c9ce48ea58e2af12cb3f59d63947d609 Author: Jamie Lennox Date: Fri Mar 21 13:28:07

[Yahoo-eng-team] [Bug 1297469] Re: Neutron + security group + OVS is broken

2014-03-26 Thread Thierry Carrez
OK adding OSSA task to judge the need for advisory ** 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 neutron. ht

[Yahoo-eng-team] [Bug 1297890] Re: API documentation lists wrong URLs for group roles

2014-03-26 Thread Dolph Mathews
Relevant role assignment operations are documented starting around here: https://github.com/openstack/identity-api/blob/master/openstack- identity-api/v3/src/markdown/identity-api-v3.md#list-groups-roles-on- domain-get-domainsdomain_idgroupsgroup_idroles ** Project changed: keystone => openstac

[Yahoo-eng-team] [Bug 1297922] [NEW] Internationalization is broken when using httpd/keystone.py

2014-03-26 Thread David Stanek
Public bug reported: This was first mentioned on IRC last night: "gyee | yes, running under apache yield a bunch warnings related to _()". I still need more detail on this exception. I setup a devstack to test and noticed that we are not setting things up to be lazily translated. This means that

[Yahoo-eng-team] [Bug 1297920] [NEW] Completely disabled availability zone cause horizon to trace at availability zones list

2014-03-26 Thread George Shuklin
Public bug reported: If all compute nodes in some availability zone are disabled, horizon trace at availability zones list. Steps to reproduce: 1. Create host aggregate and availability zone (nova aggreage-create some some) 2. Add some (at least one) host to that host aggregate (nova aggreage-ad

[Yahoo-eng-team] [Bug 1261631] Re: Reconnect on failure for multiple servers always connects to first server

2014-03-26 Thread Ihar Hrachyshka
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Ihar Hrachyshka (ihar-hrachyshka) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.lau

[Yahoo-eng-team] [Bug 1297902] [NEW] [UI] Cleanup import compatibility for Folsom

2014-03-26 Thread Chad Roberts
Public bug reported: There are several instances where the code is using importany to potentially grab horizon.api modules for the sake of Folsom compatibility. Now that Folsom is no longer a supported release, those should be removed. ** Affects: horizon Importance: Undecided Assignee

[Yahoo-eng-team] [Bug 1297894] [NEW] make it configurable to change or not change the ID of a flavor when updating a flavor

2014-03-26 Thread Christian Berendt
Public bug reported: When updating a flavor it will be removed and afterwards it will be created again with the same name but with a random UUID as ID. I would like to have the choice to update a flavor without changing the ID. ** Affects: horizon Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1297890] [NEW] API documentation lists wrong URLs for group roles

2014-03-26 Thread Udi Kalifon
Public bug reported: Look in http://api.openstack.org/api-ref-identity.html It lists the APIs to manage group roles on projects: GET v3/projects/​{project_id}​/groups/​{group_id}​/roles Lists roles for a project group. PUT v3/projects/​{project_id}​/​{role_id}​ Grants a role to a projec

[Yahoo-eng-team] [Bug 1297875] [NEW] some tests call "called_once_with_args" with no assert, those lines are ignored

2014-03-26 Thread Miguel Angel Ajo
Public bug reported: A few tests use "called_once_with_args" instead of mock's "assert_called_once_with_args" without checking the result. That means that we're not asserting for that to happen. Those tests need to be fixed. [majopela@f20-devstack neutron]$ grep ".called_once_with" * -R | gr

[Yahoo-eng-team] [Bug 1297853] [NEW] failed to launch an instance from ISO image: TRACE nova.compute.manager MessagingTimeout: Timed out waiting for a reply to message ID

2014-03-26 Thread Yogev Rabl
Public bug reported: Description of problem: The Openstack is installed as AIO (with nova networking) on fedora 20. The instance was launched on a flavor that has the following parameters: +--+---+---+--+---+--+---+

[Yahoo-eng-team] [Bug 1280033] Re: Remove dependent module py3kcompat

2014-03-26 Thread Dolph Mathews
** Changed in: python-keystoneclient Status: Fix Committed => Fix Released ** Changed in: python-keystoneclient Milestone: None => 0.7.0 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.ne

[Yahoo-eng-team] [Bug 1239757] Re: Let users update their own password with Identity API v3

2014-03-26 Thread Dolph Mathews
** Changed in: python-keystoneclient Status: Fix Committed => Fix Released ** Changed in: python-keystoneclient Milestone: None => 0.7.0 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). htt

[Yahoo-eng-team] [Bug 1294862] Re: Token expiration time with memcache->kvs->dogpile is wrong

2014-03-26 Thread Dolph Mathews
Actually appears to be the offending code in 0.3.2, which has since been fixed: https://github.com/openstack/python- keystoneclient/blob/0.3.2/keystoneclient/middleware/auth_token.py#L1022-L1025 ** Changed in: keystone Status: Incomplete => Invalid -- You received this bug notification

[Yahoo-eng-team] [Bug 1282089] Re: keystone client is leaving hanging connections to the server

2014-03-26 Thread Dolph Mathews
** Changed in: python-keystoneclient Status: Fix Committed => Fix Released -- 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/1282089 Title: keystone client is l

[Yahoo-eng-team] [Bug 1277168] Re: having oslo.sphinx in namespace package causes issues with devstack

2014-03-26 Thread Sergey Lukjanov
** Also affects: marconi Importance: Undecided Status: New ** Changed in: marconi Status: New => In Progress ** Changed in: marconi Assignee: (unassigned) => Sergey Lukjanov (slukjanov) -- You received this bug notification because you are a member of Yahoo! Engineering Te

[Yahoo-eng-team] [Bug 1297795] [NEW] nova python client is not process safe

2014-03-26 Thread Boris Pavlovic
Public bug reported: Nova python clients shares sockets between process: this code: https://github.com/openstack/python-novaclient/blob/master/novaclient/client.py#L42-L52 And sharing socket between process is last thing that you would like to see in your code. ** Affects: nova Importanc

[Yahoo-eng-team] [Bug 1297796] [NEW] nova python client is not process safe

2014-03-26 Thread Boris Pavlovic
Public bug reported: Nova python clients shares sockets between process: this code: https://github.com/openstack/python-novaclient/blob/master/novaclient/client.py#L42-L52 And sharing socket between process is last thing that you would like to see in your code. ** Affects: nova Importanc

[Yahoo-eng-team] [Bug 1297782] [NEW] regular mac learning still happen even when using l2 pop

2014-03-26 Thread Sylvain Afchain
Public bug reported: The Openvswitch mac learning rules are still used even when the l2 population driver is loaded and pre populate ovs. So that we have duplicated rules in the br-tun. ** Affects: neutron Importance: Undecided Status: New ** Tags: l2-pop ml2 ovs -- You received

[Yahoo-eng-team] [Bug 1196982] Re: Horizon git repo shouldn't include the .mo files

2014-03-26 Thread Julie Pichon
Adding a task on django_openstack_auth, which should follow the same policy. IIRC the problem with the initial patch was that we wanted to regenerate the mo files automatically later. I'm not sure how the other OpenStack projects handle this? ** Also affects: django-openstack-auth Importance:

[Yahoo-eng-team] [Bug 1201334] Re: libvirt disk_mappings returns bad root disk for Xen paravirtualization

2014-03-26 Thread Alvaro Lopez
I think this was already solved in https://review.openstack.org/#/c/58999/ ** Tags added: xen ** Changed in: nova Status: In Progress => Fix Released -- 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 1297412] Re: Rename "Images" to "Images & Snapshots"

2014-03-26 Thread Julie Pichon
Liz, Ju, Kieran - thanks for popping by with your feedback, this is helpful! I hadn't picked up on the fact that the command for creating instance snapshots is called "image-create". We'll probably want to bring the action name in Horizon in line with the CLI command name at some point. Kieran's "S

[Yahoo-eng-team] [Bug 1297701] [NEW] Create VM use another tenant's port, the VM can't communicate with other

2014-03-26 Thread shihanzhang
Public bug reported: An admin user create port for another project, then use this port Create VM, the VM can't communicate with other, because the security rule does not work. the vm in nova can not show IP. root@ubuntu01:/var/log/neutron# neutron port-show 66c2d6bd-7d39-4948-b561-935cb9d264eb +

[Yahoo-eng-team] [Bug 1297685] [NEW] Spaces in SSH public key comment breaks cloud-init

2014-03-26 Thread Juerg Haefliger
Public bug reported: A Nova generated public SSH key contains the comment 'Generated by Nova'. Earlier versions of cloud-init (prior to 0.7.2) can't properly handle spaces in key comments and as a result, fail to disable the root account (if configured to do so). Earlier Nova versions (Essex and

[Yahoo-eng-team] [Bug 1297661] [NEW] neutron-lbaas-agent does not monit if haproxy is still alive

2014-03-26 Thread Liping Mao
Public bug reported: Hi all, When neutron-lbaas-agent use haproxy , and if haproxy process itself is crash. neutron-lbaas-agent will not restart haproxy. I think neutron-lbaas-agent need to restart haproxy. ** Affects: neutron Importance: Undecided Assignee: Liping Mao (limao)

[Yahoo-eng-team] [Bug 1297620] Re: keystone logrotate configuration causing service disruption

2014-03-26 Thread Dolph Mathews
This looks like an downstream bug for RedHat? If so, I believe it should be filed here: https://bugzilla.redhat.com/enter_bug.cgi?product=RDO ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

  1   2   >