[Yahoo-eng-team] [Bug 1405560] [NEW] Network create cancel button cause unregistered namespace error

2014-12-25 Thread LIU Yulong
Public bug reported: Envrionment: Horizon upstream source code: error log: [Thu Dec 25 15:41:19 2014] [error] Traceback (most recent call last): [Thu Dec 25 15:41:19 2014] [error] File /usr/lib/python2.6/site-packages/django/core/handlers/base.py, line 134, in get_response [Thu Dec 25

[Yahoo-eng-team] [Bug 1405574] [NEW] endpoint group filters are not applied on getting token

2014-12-25 Thread wanghong
Public bug reported: According to the spec of endpoint-group-filter: https://review.openstack.org/#/c/102023/, we should apply the filters of endpoint group on getting token. But, actually, we don't. Refer to:

[Yahoo-eng-team] [Bug 1405584] [NEW] misc-sanity-checks.sh doesn't work on OS X

2014-12-25 Thread John Schwarz
Public bug reported: The patch introduced by https://review.openstack.org/#/c/143539/ changed the sanity script to do all sorts of tests. Among those, it creates a new temporary directory using /bin/mktemp. On OS X, the executable is present in /usr/bin/mktemp. ** Affects: neutron

[Yahoo-eng-team] [Bug 1404937] Re: IpAddressGenerationFailure No more IP addresses

2014-12-25 Thread Eugene Nikanorov
This looks like support request, not a bug report. Please ask openstack ML, ask.openstack.org, or corresponding irc channel. ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1405707] [NEW] do we really need the function that image-download API will print the image downloaded to stdout by default

2014-12-25 Thread yalei wang
Public bug reported: API image-download will download the image and print it to stdout by default, if we don't add ''--file option. Is that used for redirect the output to a new file? Could we improve the default action of 'image-download'? From the help doc, we can see: # glance help

[Yahoo-eng-team] [Bug 1405707] Re: do we really need the function that image-download API will print the image downloaded to stdout by default

2014-12-25 Thread Louis Taylor
This quite badly breaks the client's backwards compatibility. Are there any particular reasons you'd like to see this change? ** Project changed: glance = python-glanceclient ** Changed in: python-glanceclient Status: New = Opinion ** Changed in: python-glanceclient Importance:

[Yahoo-eng-team] [Bug 1405710] [NEW] some issues in contrib/endpoint_filter/backends.sql

2014-12-25 Thread wanghong
Public bug reported: Morgan Fainberg gave some suggestions in this patch https://review.openstack.org/#/c/111949/31/keystone/contrib/endpoint_filter/backends/sql.py, however, these issues are not fixed so far: 1. We can delete the data in db by it's ID instead of needing to create the object

[Yahoo-eng-team] [Bug 1405721] [NEW] test cases need cover new pattern of token provider configuration

2014-12-25 Thread Dave Chen
Public bug reported: Check the testcase for the token provider from the source here. https://github.com/openstack/keystone/blob/master/keystone/tests/test_token_provider.py#L776~L780 for example, only old style of token provider configuaration is covered. It's obvious that there is something