[Yahoo-eng-team] [Bug 1491854] [NEW] Fix typos in 'developing_drivers' doc

2015-09-03 Thread Vivek Dhayaal
Public bug reported:

There are several review comments on typos in the developing_drivers doc @
https://review.openstack.org/#/c/218481/7/doc/source/developing_drivers.rst
Fix them...

** Affects: keystone
 Importance: Undecided
 Assignee: NAVEEN KUNAREDDY (naveen-reddy)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1491854

Title:
  Fix typos in 'developing_drivers' doc

Status in Keystone:
  In Progress

Bug description:
  There are several review comments on typos in the developing_drivers doc @
  https://review.openstack.org/#/c/218481/7/doc/source/developing_drivers.rst
  Fix them...

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1491854/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1252341] Re: Horizon crashes when removing logged user from project

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1252341

Title:
  Horizon crashes when removing logged user from project

Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in Keystone:
  Won't Fix

Bug description:
  Horizon is crashing when removing the logged user from any project.

  1 - Log in Horizon with a user that has the admin role.
  2 - In the projects panel, modify the project members of any project and add 
the user that you logged in Horizon to that project. Save the modification.
  3 - Without logging out, in the projects panel, edit the project that you 
have just added the logged user and remove this same user from the project.
  4 - When the modification is saved, Horizon shows Unauthorized errors when 
trying to retrieve the user/project/image/... list.
  5 - If you log out and log in again with the same user everything works fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1252341/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1467950] Re: test_floatingip, test_keypair tests, test_create_delete_user are consistently failing

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1467950

Title:
  test_floatingip, test_keypair tests,  test_create_delete_user are
  consistently failing

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The test above are failing with different reasons. Please note that
  they were working until yesterday (2015-06-22).

  test_floatingip:

  2015-06-23 12:30:20.815 | 2015-06-23 12:30:20.797 | Traceback (most recent 
call last):
  2015-06-23 12:30:20.817 | 2015-06-23 12:30:20.799 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/tests/test_floatingip.py",
 line 25, in test_floatingip
  2015-06-23 12:30:20.819 | 2015-06-23 12:30:20.801 | floating_ip = 
floatingip_page.allocate_floatingip()
  2015-06-23 12:30:20.821 | 2015-06-23 12:30:20.803 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security/floatingipspage.py",
 line 62, in allocate_floatingip
  2015-06-23 12:30:20.822 | 2015-06-23 12:30:20.804 | 
self.floatingips_table.allocate_ip_to_project.click()
  2015-06-23 12:30:20.824 | 2015-06-23 12:30:20.806 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/regions/baseregion.py",
 line 59, in __getattr__
  2015-06-23 12:30:20.826 | 2015-06-23 12:30:20.808 | return 
self._dynamic_properties[name]()
  2015-06-23 12:30:20.827 | 2015-06-23 12:30:20.810 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/regions/baseregion.py",
 line 78, in __call__
  2015-06-23 12:30:20.829 | 2015-06-23 12:30:20.811 | return result if 
self.index is None else result[self.index]
  2015-06-23 12:30:20.830 | 2015-06-23 12:30:20.813 | IndexError: list index 
out of range

  Most likely the page was changed.


  test_keypair:
  2015-06-23 12:30:22.598 | 2015-06-23 12:30:22.581 | Traceback (most recent 
call last):
  2015-06-23 12:30:22.600 | 2015-06-23 12:30:22.582 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/tests/test_keypair.py",
 line 28, in test_keypair
  2015-06-23 12:30:22.601 | 2015-06-23 12:30:22.583 | 
self.assertTrue(keypair_page.is_keypair_present(self.KEYPAIR_NAME))
  2015-06-23 12:30:22.603 | 2015-06-23 12:30:22.585 |   File 
"/opt/stack/new/horizon/.tox/py27integration/local/lib/python2.7/site-packages/unittest2/case.py",
 line 678, in assertTrue
  2015-06-23 12:30:22.604 | 2015-06-23 12:30:22.586 | raise 
self.failureException(msg)
  2015-06-23 12:30:22.606 | 2015-06-23 12:30:22.588 | AssertionError: False is 
not true

  Either changed page, or an active polling of the "ready" state is
  needed.

  
  See for example 
http://logs.openstack.org/72/193072/1/gate/gate-horizon-dsvm-integration/dd294c6/console.html#_2015-06-23_12_30_20_817

  
  The bug is to track the skip patch which will follow and the future 
investigations of the real issues, that needs to be fixed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1467950/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1478731] Re: magic search test adding URL ?status=shutdown

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1478731

Title:
  magic search test adding URL ?status=shutdown

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Running Jasmine tests in browser
  http://localhost:8000/jasmine/ServicesTests

  URL changes to
  http://localhost:8000/jasmine/ServicesTests?status=shutdown

  When the page is reloaded using the new URL, some magic search tests
  now fail.

  Refactor the tests to use a mock $window.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1478731/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1479067] Re: Missing PUT in api service

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1479067

Title:
  Missing PUT in api service

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  We are missing PUT in our api service. Currently keystoneAPI.grantRole
  is expecting it but it does not exist!

  Links:
  
https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/openstack-service-api/keystone.service.js#L249

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1479067/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1477825] Re: app.module shouldd'n be generated

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1477825

Title:
  app.module shouldd'n be generated

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Currently app.module's JavaScript code is generated from Django
  template, this causes many issues. JavaScript code should not be
  generated except for pure data or data object that receives value from
  the page's environment.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1477825/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1472410] Re: Improve Angular modules management

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1472410

Title:
  Improve Angular modules management

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  There are room for improving Horizon's angular module management:

  - All Horizon's built-in modules should be managed as tree, child-modules of 
the same tree do not depends on each other directly.
  - Library modules should be managed at the application module level, so that:
     - we have a clear picture what external modules are bing used in Horizon.
     - clearer code.

  This can also improve over-mocked tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1472410/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1480002] Re: missing app.scss

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1480002

Title:
  missing app.scss

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  As part of the code organization design, scss files should be
  organized align with the file structure and angular module as a tree,
  but we are missing app.scss. Also importing core.scss from app.scss
  rather than from dashboard.scss.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480002/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1369574] Re: Sahara doesn't support cinder volume type

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1369574

Title:
  Sahara doesn't support cinder volume type

Status in heat:
  Fix Released
Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in Python client library for Sahara:
  Fix Released
Status in Sahara:
  Fix Released

Bug description:
  When creating node group template you can set cinder as storage for clusters, 
but you can not set type of cinder volumes.
  By default uses 'default' cinder backend with 'default' type.

To manage notifications about this bug go to:
https://bugs.launchpad.net/heat/+bug/1369574/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1444505] Re: Deprecated templatetags in Django 1.7

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1444505

Title:
  Deprecated templatetags in Django 1.7

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  There are a few deprecated templatetags that we are still using in
  Horizon. These will be removed in Django 1.8 I believe, so need to be
  addressed. They can be seen in the logs:

  RemovedInDjango18Warning: 'The `cycle` template tag is changing to escape its 
arguments; the non-autoescaping version is deprecated. Load it from the 
`future` tag library to start using the new behavior.
  WARNING:py.warnings:RemovedInDjango18Warning: 'The `cycle` template tag is 
changing to escape its arguments; the non-autoescaping version is deprecated. 
Load it from the `future` tag library to start using the new behavior.
  RemovedInDjango18Warning: 'The `firstof` template tag is changing to escape 
its arguments; the non-autoescaping version is deprecated. Load it from the 
`future` tag library to start using the new behavior.
  WARNING:py.warnings:RemovedInDjango18Warning: 'The `firstof` template tag is 
changing to escape its arguments; the non-autoescaping version is deprecated. 
Load it from the `future` tag library to start using the new behavior.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1444505/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1441366] Re: status and admin state are untranslatable in several detail screens

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1441366

Title:
  status and admin state are untranslatable in several detail screens

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  - Image detail status is untranslated in both Project and Admin dashboards
  - Network detail status and admin state are untranslated in both Project and 
Admin dashboards.
  - Router detail status and admin state are untranslated in Admin dashboard
  - Volume detail status is untranslated in Project dashboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1441366/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1456294] Re: test_user_create_delete fails

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1456294

Title:
  test_user_create_delete fails

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  When running the integration tests with selenium
  test_user_create_delete fails with an assertException. I set Sahara to
  False in the horizon.conf file. This is an unmodified horizon
  otherwise

  git clone https://git.openstack.org/openstack-dev/devstack -b stable/kilo
  ./stack.sh
  ./run_tests.sh --with-selenium --selenium-headless --integration 2>&1 | tee 
my_log.log

  
  Traceback (most recent call last):
File 
"/opt/stack/horizon/openstack_dashboard/test/integration_tests/tests/test_user_create_delete.py",
 line 26, in test_create_delete_user
  self.assertTrue(users_page.is_user_present(self.USER_NAME))
File 
"/opt/stack/horizon/.venv/local/lib/python2.7/site-packages/unittest2/case.py", 
line 678, in assertTrue
  raise self.failureException(msg)
  AssertionError: False is not true

  All other integration tests pass

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1456294/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1447432] Re: The form fields have to be in fixed order in layout, otherwise the testcase will fail

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1447432

Title:
  The form fields have to be in fixed order in layout, otherwise the
  testcase will fail

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  In the integration test ,the regions/forms.py::FormRegion should
  support form fields rearrange in layout.

  the position change of a field will break the integration test.

  for example : https://bugs.launchpad.net/horizon/+bug/1447122

  test_user_create_delete passes when user_create_form_fields layout as
  [ "name", "email", "password"]

  
  but now the  user_create_form_fields layout changed to   [ "password", 
"email", "name"]  break test code

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1447432/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1459477] Re: gate-horizon-dsvm-integration intermittently fails with 'selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: {"method":"css selecto

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1459477

Title:
  gate-horizon-dsvm-integration intermittently fails with
  'selenium.common.exceptions.NoSuchElementException: Message: Unable to
  locate element: {"method":"css selector","selector":"div.modal-
  dialog"}'

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  http://logs.openstack.org/48/185848/1/gate/gate-horizon-dsvm-
  integration/0c6efa4/console.html#_2015-05-27_10_11_32_954

  2015-05-27 10:11:32.921 | 2015-05-27 10:11:32.905 | Traceback (most recent 
call last):
  2015-05-27 10:11:32.923 | 2015-05-27 10:11:32.906 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/tests/test_image_create_delete.py",
 line 29, in test_image_create_delete
  2015-05-27 10:11:32.924 | 2015-05-27 10:11:32.908 | 
images_page.create_image(self.IMAGE_NAME)
  2015-05-27 10:11:32.926 | 2015-05-27 10:11:32.909 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/pages/project/compute/imagespage.py",
 line 76, in create_image
  2015-05-27 10:11:32.927 | 2015-05-27 10:11:32.910 | 
self.create_image_form.name.text = name
  2015-05-27 10:11:32.930 | 2015-05-27 10:11:32.913 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/pages/project/compute/imagespage.py",
 line 63, in create_image_form
  2015-05-27 10:11:32.931 | 2015-05-27 10:11:32.915 | 
self.CREATE_IMAGE_FORM_FIELDS)
  2015-05-27 10:11:32.933 | 2015-05-27 10:11:32.916 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/regions/forms.py",
 line 242, in __init__
  2015-05-27 10:11:32.934 | 2015-05-27 10:11:32.918 | super(FormRegion, 
self).__init__(driver, conf, src_elem)
  2015-05-27 10:11:32.936 | 2015-05-27 10:11:32.919 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/regions/forms.py",
 line 221, in __init__
  2015-05-27 10:11:32.938 | 2015-05-27 10:11:32.921 | src_elem = 
self._get_element(*self._default_form_locator)
  2015-05-27 10:11:32.939 | 2015-05-27 10:11:32.923 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/regions/baseregion.py",
 line 101, in _get_element
  2015-05-27 10:11:32.941 | 2015-05-27 10:11:32.924 | return 
self.src_elem.find_element(*locator)
  2015-05-27 10:11:32.942 | 2015-05-27 10:11:32.925 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/webdriver.py",
 line 29, in find_element
  2015-05-27 10:11:32.943 | 2015-05-27 10:11:32.927 | web_el = 
super(WrapperFindOverride, self).find_element(by, value)
  2015-05-27 10:11:32.945 | 2015-05-27 10:11:32.928 |   File 
"/opt/stack/new/horizon/.tox/py27integration/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py",
 line 664, in find_element
  2015-05-27 10:11:32.947 | 2015-05-27 10:11:32.930 | {'using': by, 
'value': value})['value']
  2015-05-27 10:11:32.948 | 2015-05-27 10:11:32.931 |   File 
"/opt/stack/new/horizon/.tox/py27integration/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py",
 line 175, in execute
  2015-05-27 10:11:32.949 | 2015-05-27 10:11:32.933 | 
self.error_handler.check_response(response)
  2015-05-27 10:11:32.951 | 2015-05-27 10:11:32.934 |   File 
"/opt/stack/new/horizon/.tox/py27integration/local/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py",
 line 166, in check_response
  2015-05-27 10:11:32.952 | 2015-05-27 10:11:32.936 | raise 
exception_class(message, screen, stacktrace)
  2015-05-27 10:11:32.954 | 2015-05-27 10:11:32.937 | 
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate 
element: {"method":"css selector","selector":"div.modal-dialog"}

  
http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwic2VsZW5pdW0uY29tbW9uLmV4Y2VwdGlvbnMuTm9TdWNoRWxlbWVudEV4Y2VwdGlvbjogTWVzc2FnZTogVW5hYmxlIHRvIGxvY2F0ZSBlbGVtZW50OiB7XFxcIm1ldGhvZFxcXCI6XFxcImNzcyBzZWxlY3RvclxcXCIsXFxcInNlbGVjdG9yXFxcIjpcXFwiZGl2Lm1vZGFsLWRpYWxvZ1xcXCJ9XCIgQU5EIHByb2plY3Q6XCJvcGVuc3RhY2svaG9yaXpvblwiIEFORCB0YWdzOlwiY29uc29sZVwiIiwiZmllbGRzIjpbXSwib2Zmc2V0IjowLCJ0aW1lZnJhbWUiOiI2MDQ4MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsInRpbWUiOnsidXNlcl9pbnRlcnZhbCI6MH0sInN0YW1wIjoxNDMyNzc2MTI5NzI3LCJtb2RlIjoiIiwiYW5hbHl6ZV9maWVsZCI6IiJ9

  328 hits in 7 days, check and gate, master branch only.

  This is a different failure trace than what's in bug 1436903.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1459477/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1464946] Re: Delete current status for update volume/volume_snapshot status for admin

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1464946

Title:
  Delete current status for update volume/volume_snapshot status for
  admin

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Now the feature of updating volume/volume_snapshot includes the
  current status of  volume/volume_snapshot, deleting the current status
  seems more sense

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1464946/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1468564] Re: remove unnecessary executable bit of the source files

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1468564

Title:
  remove unnecessary executable bit of the source files

Status in Glance:
  Fix Released
Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in Keystone:
  Fix Released
Status in neutron:
  Fix Committed

Bug description:
  Bunch of glance source code files are marked as executable which is
  not appropriate, e.g. glance/search/api/__init__.py, etc/glance-
  search-paste.ini, etc.

  We need to chmod -x for for them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1468564/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1474228] Re: inline edit failed in user table because description doesn't exists

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1474228

Title:
  inline edit failed in user table because description doesn't exists

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  inline edit failed in user table because description doesn't exits

  Environment:
  ubuntu devstack stable/kilo

  horizon commit id: c2b543bb8f3adb465bb7e8b3774b3dd1d5d999f6
  keystone commit id: 8125a8913d233f3da0eaacd09aa8e0b794ea98cb

  $keystone --version
  
/home/user/.virtualenvs/test-horizon/local/lib/python2.7/site-packages/keystoneclient/shell.py:64:
 DeprecationWarning: The keystone CLI is deprecated in favor of 
python-openstackclient. For a Python library, continue using 
python-keystoneclient.
    'python-keystoneclient.', DeprecationWarning)
  1.6.0

  
  How to reproduce the bug:

  
  1. create a new user. (important)
  2. Try to edit user using inline edit.

  
  Note: 

  If you edit the user using inline edit and the user was edited by
  update user form ever, the exception will not raise because the update
  form set description to empty string.

  
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/identity/users/forms.py#L195

  
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/identity/users/forms.py#L228

  
  Traceback:
  Internal Server Error: /identity/users/
  Traceback (most recent call last):
    File 
"/home/user/.virtualenvs/test-horizon/local/lib/python2.7/site-packages/django/core/handlers/base.py",
 line 111, in get_response
  response = wrapped_callback(request, *callback_args, **callback_kwargs)
    File "/home/user/github/horizon/horizon/decorators.py", line 36, in dec
  return view_func(request, *args, **kwargs)
    File "/home/user/github/horizon/horizon/decorators.py", line 52, in dec
  return view_func(request, *args, **kwargs)
    File "/home/user/github/horizon/horizon/decorators.py", line 36, in dec
  return view_func(request, *args, **kwargs)
    File 
"/home/user/.virtualenvs/test-horizon/local/lib/python2.7/site-packages/django/views/generic/base.py",
 line 69, in view
  return self.dispatch(request, *args, **kwargs)
    File 
"/home/user/.virtualenvs/test-horizon/local/lib/python2.7/site-packages/django/views/generic/base.py",
 line 87, in dispatch
  return handler(request, *args, **kwargs)
    File "/home/user/github/horizon/horizon/tables/views.py", line 224, in post
  return self.get(request, *args, **kwargs)
    File "/home/user/github/horizon/horizon/tables/views.py", line 160, in get
  handled = self.construct_tables()
    File "/home/user/github/horizon/horizon/tables/views.py", line 145, in 
construct_tables
  preempted = table.maybe_preempt()
    File "/home/user/github/horizon/horizon/tables/base.py", line 1533, in 
maybe_preempt
  new_row)
    File "/home/user/github/horizon/horizon/tables/base.py", line 1585, in 
inline_edit_handle
  error = exceptions.handle(request, ignore=True)
    File "/home/user/github/horizon/horizon/exceptions.py", line 361, in handle
  six.reraise(exc_type, exc_value, exc_traceback)
    File "/home/user/github/horizon/horizon/tables/base.py", line 1580, in 
inline_edit_handle
  cell_name)
    File "/home/user/github/horizon/horizon/tables/base.py", line 1606, in 
inline_update_action
  self.request, datum, obj_id, cell_name, new_cell_value)
    File "/home/user/github/horizon/horizon/tables/actions.py", line 952, in 
action
  self.update_cell(request, datum, obj_id, cell_name, new_cell_value)
    File 
"/home/user/github/horizon/openstack_dashboard/dashboards/identity/users/tables.py",
 line 210, in update_cell
  horizon_exceptions.handle(request, ignore=True)
    File "/home/user/github/horizon/horizon/exceptions.py", line 361, in handle
  six.reraise(exc_type, exc_value, exc_traceback)
    File 
"/home/user/github/horizon/openstack_dashboard/dashboards/identity/users/tables.py",
 line 200, in update_cell
  description=user_obj.description,
    File 
"/home/user/.virtualenvs/test-horizon/local/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient/base.py",
 line 494, in __getattr__
  raise AttributeError(k)
  AttributeError: description

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1474228/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1477783] Re: Volume dropdown is empty if only Cinder v2 is running

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1477783

Title:
  Volume dropdown is empty if only Cinder v2 is running

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Currently create_instance workflow only checks if Cinder v1 is enabled
  before populating volume id choices and volume snapshot id choices in
  the Launch Instance form. There should be checks to ensure if either
  Cinder v1 or v2 is enabled before populating the drop-down menu in
  Launch Instance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1477783/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1478857] Re: Missing comment in configuration example

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1478857

Title:
  Missing comment in configuration example

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  It would be interesting to have this : 
  https://review.openstack.org/#/c/204561/2/doc/source/topics/settings.rst
  in openstack_dashboard/local/local_settings.py.example

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1478857/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1472687] Re: local_settings HORIZON_CONFIG is over writing previously defined config

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1472687

Title:
  local_settings HORIZON_CONFIG is over writing previously defined
  config

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  the local_settings.py example file redefines the HORIZON_CONFIG
  section of config info.

  This creates confusion as to what is used why and where to make
  changes.

  The correct way is to have the local_settings.py example do things
  like:

  HORIZON_CONFIG["password_validator"]
  or
  HORIZON_CONFIG["simple_ip_management"]

  redeclaring HORIZON_CONFIG creates a lot of issues for errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1472687/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1472747] Re: keystone projects rest api does not handle get requests boolean parameters correctly

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1472747

Title:
  keystone projects rest api does not handle get requests boolean
  parameters correctly

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  When passing a boolean parameter in a get request to the projects api,
  the parameter value should be appropriately converted to a python
  boolean value. Listing of a non-admin user projects via rest api, for
  example, is broken because the boolean 'admin' parameter is not
  handled correctly.

  To reproduce this bug:
  1) Pull this patch from gerrit: https://review.openstack.org/#/c/199567/ and 
enable the panel;
  2) Use manage.py utility and restart apache, if needed;
  3) Login with a non-admin user (should have privilege to list their own 
projects, i.e., identity:list_user_projects in policy);
  4) Go to url /identity/ngprojects.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1472747/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1455356] Re: database networking workflow doesn't align well

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1455356

Title:
  database networking workflow doesn't align well

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  See attachment for detail

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1455356/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1439180] Re: Error while deleting a VIP

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1439180

Title:
  Error while deleting a VIP

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  While deleting a VIP from Horizon load balancer dashboard, the following 
error is shown:
  'You are not allowed to delete vip: '

  This error is shown although there was no attempt to delete the pool, but 
only a VIP.
  The VIP is deleted successfully and the error above is shown in addition to 
the 'vip deleted successfully' message.

  The error was observed with different lbaas drivers.
  CLI is able to delete VIPs with no errors displayed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1439180/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1427521] Re: client side filter is missing in vpn tables

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1427521

Title:
  client side filter is missing in vpn tables

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  client side filter option is missing in vpn tables

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1427521/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1470645] Re: test_flavor_create is failing

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1470645

Title:
  test_flavor_create is failing

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  It seems that the test:

  gate-horizon-dsvm-integration:
TestFlavor/test_flavor_create

  is failing frequently, on a timeout issue (see below).

  I verified that the function works manually, so the test is somehow
  failing incorrectly, either due to a short timeout, or some other
  mechanism.  Any great ideas on how to fix this?

  a) short timeout: prolong timeout
  b) bad mechanism: fix mechanism
  c) unknown: skip test so people can get jobs through

  2015-07-01 20:05:35.582 | 2015-07-01 20:05:35.434 | Traceback (most recent 
call last):
  2015-07-01 20:05:35.582 | 2015-07-01 20:05:35.435 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/tests/test_flavors.py",
 line 31, in test_flavor_create
  2015-07-01 20:05:35.583 | 2015-07-01 20:05:35.436 | swap_disk=0)
  2015-07-01 20:05:35.583 | 2015-07-01 20:05:35.437 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/pages/admin/system/flavorspage.py",
 line 75, in create_flavor
  2015-07-01 20:05:35.583 | 2015-07-01 20:05:35.439 | 
self._wait_till_spinner_disappears()
  2015-07-01 20:05:35.583 | 2015-07-01 20:05:35.440 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/pages/basepage.py",
 line 70, in _wait_till_spinner_disappears
  2015-07-01 20:05:35.584 | 2015-07-01 20:05:35.442 | 
self._wait_till_element_disappears(spinner)
  2015-07-01 20:05:35.584 | 2015-07-01 20:05:35.443 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/basewebobject.py",
 line 96, in _wait_till_element_disappears
  2015-07-01 20:05:35.584 | 2015-07-01 20:05:35.444 | timeout)
  2015-07-01 20:05:35.584 | 2015-07-01 20:05:35.445 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/basewebobject.py",
 line 84, in _wait_until
  2015-07-01 20:05:35.585 | 2015-07-01 20:05:35.447 | predicate)
  2015-07-01 20:05:35.585 | 2015-07-01 20:05:35.448 |   File 
"/opt/stack/new/horizon/.tox/py27integration/local/lib/python2.7/site-packages/selenium/webdriver/support/wait.py",
 line 78, in until
  2015-07-01 20:05:35.585 | 2015-07-01 20:05:35.449 | raise 
TimeoutException(message, screen, stacktrace)
  2015-07-01 20:05:35.585 | 2015-07-01 20:05:35.451 | 
selenium.common.exceptions.TimeoutException: Message:

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1470645/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1374519] Re: Orphaned queues are not auto-deleted for Qpid

2015-09-03 Thread Ihar Hrachyshka
** Changed in: neutron/icehouse
   Status: In Progress => Won't Fix

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1374519

Title:
  Orphaned queues are not auto-deleted for Qpid

Status in neutron:
  Fix Released
Status in neutron icehouse series:
  Won't Fix
Status in oslo.messaging:
  Fix Released
Status in oslo.messaging juno series:
  Fix Committed

Bug description:
  The following patch incorrectly set auto-delete for Qpid to False:
  https://github.com/openstack/oslo-incubator/commit/5ff534d1#diff-
  372094c4bfc6319d22875a970aa6b730R190

  While for RabbitMQ, it's True.

  This results in queues left on the broker if client dies and does not
  return back.

  Red Hat bug for reference:
  https://bugzilla.redhat.com/show_bug.cgi?id=1099657

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1374519/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1491842] [NEW] Can't attach volume without specifying device name

2015-09-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

nova client can't attach volume w/o specifying device name:

# nova volume-attach 62f76042-423c-4055-af28-0e2c7dda6395 
2d99718d-8109-40ab-b663-edf56d6400a8
ERROR (BadRequest): Invalid input for field/attribute device. Value: None. None 
is not of type 'string' (HTTP 400) (Request-ID: 
req-99f4167a-c2ee-45a0-86a7-03f1a7126fb7)


We've found this issue both in Rally [1] and Cinder [2] gates.


[1] https://review.openstack.org/#/c/219748/
[2] https://review.openstack.org/#/c/219654/

** Affects: nova
 Importance: High
 Status: Confirmed

-- 
Can't attach volume without specifying device name
https://bugs.launchpad.net/bugs/1491842
You received this bug notification because you are a member of Yahoo! 
Engineering Team, which is subscribed to OpenStack Compute (nova).

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1485084] Re: Babel angular extract fails on newline and inner tags

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1485084

Title:
  Babel angular extract fails on newline and inner tags

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  When there are newline characters or inner tags, the extraction does
  not ignore them but treat them as separate lines. This causes the
  angular-gettext directive to fail when it tries to fetch the
  translated message. If a translate directive is present, it should
  trim the inner content and ignore inner tags.

  Example:
  
https://review.openstack.org/#/c/210366/1/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.help.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1485084/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1485746] Re: Inconsistent karma conf for xstatic files

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1485746

Title:
  Inconsistent karma conf for xstatic files

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The xstatic files in horizon/karma.conf and dashboard/karma.conf is
  missing the smart-table reference causing any tests that rely on
  smart-table to fail on the dashboard side.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1485746/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1481045] Re: text in some python modal templates is no longer translatable

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1481045

Title:
  text in some python modal templates is no longer translatable

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  In several dialogs there is untranslatable text. These dialogs were
  translatable in kilo.

  For example
  Project->Compute->Volumes->Create Volumes: note Description and Limits info 
isn't translatable
  Project->Compute->Images->Create Images: note Description is not translatable
  Admin->System->Metadata Definitions->Import Namespace: Description is not 
translatable

  To recreate
  ./run_tests.sh --makemessages
  ./run_tests.sh --pseudo de
  ./run_tests.sh --compilemessages
  start the dev server, log in, and change langauge to german (de)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1481045/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1482627] Re: Moving translation to HTML for launch-instance network step

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1482627

Title:
  Moving translation to HTML for launch-instance network step

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  We should clean out old gettext and move them into HTML files. This
  bug addresses the move to launch-instance network step.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1482627/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1481143] Re: Neutron rest test case should not override setupClass() method

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1481143

Title:
  Neutron rest test case should not override setupClass() method

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:

  The setupClass() is overridden, this will cause issue in the future,
  plus it is overridden without calling super().

  https://review.openstack.org/#/c/158867

  the broken tests is exposed when it runs in django18

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1481143/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1482509] Re: Remove un-related nova quota in test data

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1482509

Title:
  Remove un-related nova quota in test data

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  There two quota in nova_data that are cinder related:
  -  volumes='1',
  -  gigabytes='1000',

  
  When the test runs django18, this causes a test failure:

  ==
  FAIL: test_index_with_neutron_disabled 
(openstack_dashboard.dashboards.admin.defaults.tests.ServicesViewTests)
  --
  Traceback (most recent call last):
File 
"/home/lin-hua-cheng/Documents/workspace/horizon/openstack_dashboard/dashboards/admin/defaults/tests.py",
 line 31, in test_index_with_neutron_disabled
  self._test_index(neutron_enabled=False)
File 
"/home/lin-hua-cheng/Documents/workspace/horizon/openstack_dashboard/dashboards/admin/defaults/tests.py",
 line 90, in _test_index
  ordered=False)
File 
"/home/lin-hua-cheng/Documents/workspace/horizon/.venv/local/lib/python2.7/site-packages/django/test/testcases.py",
 line 885, in assertQuerysetEqual
  return self.assertEqual(Counter(items), Counter(values), msg=msg)

   assertQuerysetEqual() is doing a proper check now in django1.8 and
  catches the duplicated quota in both nova_data and cinder_data, and

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1482509/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1407105] Re: Password Change Doesn't Affirmatively Invalidate Sessions

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1407105

Title:
  Password Change Doesn't Affirmatively Invalidate Sessions

Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in Keystone:
  Fix Released
Status in Keystone icehouse series:
  Fix Released
Status in Keystone juno series:
  Fix Released
Status in OpenStack Security Advisory:
  Won't Fix

Bug description:
  This issue is being treated as a potential security risk under
  embargo. Please do not make any public mention of embargoed (private)
  security vulnerabilities before their coordinated publication by the
  OpenStack Vulnerability Management Team in the form of an official
  OpenStack Security Advisory. This includes discussion of the bug or
  associated fixes in public forums such as mailing lists, code review
  systems and bug trackers. Please also avoid private disclosure to
  other individuals not already approved for access to this information,
  and provide this same reminder to those who are made aware of the
  issue prior to publication. All discussion should remain confined to
  this private bug report, and any proposed fixes should be added as to
  the bug as attachments.

  The password change dialog at /horizon/settings/password/ contains the
  following code:

  
  if user_is_editable:
  try:
  api.keystone.user_update_own_password(request,
  data['current_password'],
  data['new_password'])
  response = http.HttpResponseRedirect(settings.LOGOUT_URL)
  msg = _("Password changed. Please log in again to continue.")
  utils.add_logout_reason(request, response, msg)
  return response
  except Exception:
  exceptions.handle(request,
    _('Unable to change password.'))
  return False
  else:
  messages.error(request, _('Changing password is not supported.'))
  return False
  

  There are at least two security concerns here:
  1) Logout is done by means of an HTTP redirect.  Let's say Eve, as MitM, gets 
ahold of Alice's token somehow.  Alice is worried this may have happened, so 
she changes her password.  If Eve suspects that the request is a 
password-change request (which is the most Eve can do, because we're running 
over HTTPS, right?  Right!?), then it's a simple matter to block the redirect 
from ever reaching the client, or the redirect request from hitting the server. 
 From Alice's PoV, something weird happened, but her new password works, so 
she's not bothered.  Meanwhile, Alice's old login ticket continues to work.
  2) Part of the purpose of changing a password is generally to block those who 
might already have the password from continuing to use it.  A password change 
should trigger (insofar as is possible) a purging of all active logins/tokens 
for that user.  That does not happen here.

  Frankly, I'm not the least bit sure if I've thought of the worst-case
  scenario(s) for point #1.  It just strikes me as very strange not to
  aggressively/proactively kill the ticket/token(s), instead relying on
  the client to do so.  Feel free to apply minds smarter and more
  devious than my own!

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1407105/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1431458] Re: Incorrect link/terminology on Deploying Horizon page

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1431458

Title:
  Incorrect link/terminology on Deploying Horizon page

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  On this page:
  
https://github.com/openstack/horizon/blob/master/doc/source/topics/deployment.rst
  , towards the bottom in "Secure Site Recommendations", the text says
  "To help protect the session cookies from cross-site scripting add the
  following" and then proceeds to document settings which set the
  cookies to "secure".

  Preventing from cross-site scripting is done by another cookie
  setting, HttpOnly.  The link in this text also refers to OWASP
  HttpOnly.

  Ideally sensitive cookies like sessionid and csrf tokens will be
  protected by both settings.  In any case these two cookie options
  should be mentioned separately as they are both important and serve
  different purposes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1431458/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1386076] Re: Inconsistence of availability zone in creating host aggregate

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1386076

Title:
  Inconsistence of availability zone in creating host aggregate

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Even though the command-line "nova aggregate-create" does not require
  specifying the availability zone (thanks to the bug fix of
  https://bugs.launchpad.net/nova/+bug/1123468 ), but on Horizon
  dashboard, it is still required to specify the availability zone
  because the field of "availability zone" is marked mandatory. This is
  inconsistent.

  Horizon version tag: 2014.2.b3

  Proposal: make the field of "availability zone" in the process of
  "create host aggregate" on Horizon dashboard no longer mandatory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1386076/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1448283] Re: Add ability to override favicon in themes

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1448283

Title:
  Add ability to override favicon in themes

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The same way you can override logo and logo-splash - you should be
  able to override favicon

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1448283/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1445471] Re: [data processing] Add an "adapt for oozie" toggle to the configure tab for Java jobs

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1445471

Title:
  [data processing] Add an "adapt for oozie" toggle to the configure tab
  for Java jobs

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The "edp.java.adapt_for_oozie" boolean configuration value may be set
  on the execution of a Java job. It causes Sahara to modify the hadoop
  configuration of a Java job automatically so that configuration values
  set during job launch are automatically set without having to modify
  the job source code. It also causes exit codes to be handled correctly
  by Oozie.

  It would be nice if users could simply check a box to set this config.
  Currently, a user must add this config on the configure tab by hand.

  The label on the box can be something like "Adapt for Oozie".

  Default should probably be True.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1445471/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1488218] Re: [Sahara] Cannot choose libs for Java job type

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1488218

Title:
  [Sahara] Cannot choose libs for Java job type

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Java job type can require extra libs during execution. Now I cannot
  choose any libs for that job type

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1488218/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1460804] Re: Create project name validation should be handled by Keystone

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1460804

Title:
  Create project name validation should be handled by Keystone

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Instead of horizon validating the project name is unique.

  I think the project name validation should be handled by Keystone. we
  should just catch the Conflict error instead and display the
  appropriate error msg.

  Related patch: 
  https://review.openstack.org/#/c/175096/

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1460804/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1479551] Re: Keystone project role REST is broken

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1479551

Title:
  Keystone project role REST is broken

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  There is an extra white space in the REST url making it impossible to
  reach the endpoint. Removing the white space will fix this issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1479551/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1473541] Re: Limit Summary template refactor prevents translators from controlling the word order in translations

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1473541

Title:
  Limit Summary template refactor prevents translators from controlling
  the word order in translations

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  As a result of the change of https://review.openstack.org/#/c/170147,
  translators cannot control word order any more.
  It stops using blocktrans and uses string concatenation instead.

  The limit template is used in the top page, and Horizon provides ugly
  strings in Overview of the top page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1473541/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1488172] Re: "Any Availability Zone" should not be shown in single-AZ environments

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1488172

Title:
  "Any Availability Zone" should not be shown in single-AZ environments

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  When creating a new volume, "Any Availability Zone" is confusing
  because there is only one available zone.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1488172/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1491910] [NEW] document configuring websso idp

2015-09-03 Thread Morgan Fainberg
Public bug reported:

Web sso idp configuration needs documentation.

** Affects: keystone
 Importance: Medium
 Assignee: Steve Martinelli (stevemar)
 Status: In Progress


** Tags: documentation

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1491910

Title:
  document configuring websso idp

Status in Keystone:
  In Progress

Bug description:
  Web sso idp configuration needs documentation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1491910/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1489877] Re: Secondary font messes with styling

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1489877

Title:
  Secondary font messes with styling

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Horizon uses a secondary font for the titles, which seems unnecessary,
  and messes with theming and styling due to its addition in various
  classes.

  It should just be the same font.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1489877/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1489703] Re: Styles and Assets No Longer Necessary

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1489703

Title:
  Styles and Assets No Longer Necessary

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  There are two styles in horizon.scss that look like they are no longer
  used.  In addition, one of the rules is pulling in an asset,
  right_droparrow.png that is only used in this style.  It looks like
  all of these can be removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1489703/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1479962] Re: Use extras for deployment-specific package requirements

2015-09-03 Thread Dolph Mathews
devstack:

- https://review.openstack.org/#/c/208584/
- https://review.openstack.org/#/c/208153/

** Tags added: ldap

** Changed in: keystone
   Importance: Undecided => Low

** Also affects: devstack
   Importance: Undecided
   Status: New

** Changed in: devstack
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1479962

Title:
  Use extras for deployment-specific package requirements

Status in devstack:
  In Progress
Status in Keystone:
  In Progress

Bug description:
  
  Keystone should use "extras" in setup.cfg for deployment-specific package 
requirements.

  One example is ldap.

  With this change, deployers can do something like `pip install
  keystone[ldap]` to install the packages required for ldap.

To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1479962/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1485198] Re: Cannot boot if bdm specifies to create a new volume from an image or a snapshot

2015-09-03 Thread Thierry Carrez
** Changed in: cinder
   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/1485198

Title:
  Cannot boot if bdm specifies to create a new volume from an image or a
  snapshot

Status in Cinder:
  Fix Released
Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Since that https://review.openstack.org/#/c/182994/ is merged, Cinder
  doesn't allow an empty volume name. But Nova specifies it for a new
  volume when the volume is created from a snapshot or a volume. Thus
  boot operation fails on compute node.

  Steps to reproduce:
  1 Boot an instance from a volume which should be autocreated from an image
  nova boot inst --block-device 
source=image,dest=volume,bootindex=0,size=1,id= --flavor m1.nano

  2 Wait a bit and look at the instance state
  nova show inst

  Expected result: the instance state is active.
  Actual result: the instance state is error, current stage is block device 
mapping.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1485198/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 968696] Re: "admin"-ness not properly scoped

2015-09-03 Thread Thierry Carrez
** Changed in: cinder
   Status: Fix Committed => Fix Released

** Changed in: cinder
Milestone: None => liberty-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/968696

Title:
  "admin"-ness not properly scoped

Status in Cinder:
  Fix Released
Status in Glance:
  New
Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in Keystone:
  Confirmed
Status in neutron:
  Incomplete
Status in OpenStack Compute (nova):
  Confirmed

Bug description:
  Fact: Keystone's rbac model grants roles to users on specific tenants,
  and post-keystone redux, there are no longer "global" roles.

  Problem: Granting a user an "admin" role on ANY tenant grants them
  unlimited "admin"-ness throughout the system because there is no
  differentiation between a scoped "admin"-ness and a global
  "admin"-ness.

  I don't have a specific solution to advocate, but being an admin on
  *any* tenant simply *cannot* allow you to administer all of keystone.

  Steps to reproduce (from Horizon, though you could do this with the
  CLI, too):

  1. User A (existing admin) creates Project B and User B.
  2. User A adds User B to Project B with the admin role on Project B.
  3. User B logs in and now has unlimited admin rights not only to view things 
in the dashboard, but to take actions like creating new projects and users, 
managing existing projects and users, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/968696/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1481890] Re: Horizon should provide default theme in '/static/themes/default'

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1481890

Title:
  Horizon should provide default theme in '/static/themes/default'

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  In order to provide any backward compatibility for anyone who might
  have been inheriting the 'default' theme for use within their custom
  themes, Horizon should provide default theme in
  '/static/themes/default'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1481890/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1486144] Re: STATIC_ROOT underline too short

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1486144

Title:
  STATIC_ROOT underline too short

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  in docs/source/topics/settings.rst the STATIC_ROOT underline is one
  char too short and throws an error when sphinx build happens.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1486144/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1487109] Re: No minimum test coverage for JavaScript

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1487109

Title:
  No minimum test coverage for JavaScript

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  JavaScript code in Horizon currently has no minimum test coverage, and
  this should be amended.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1487109/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1485134] Re: should remove html code from spec files

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1485134

Title:
  should remove html code from spec files

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Currently there are some html code for test hard-coded inside of
  spec.js file. It would be much better to move them out to separate
  html file for better readability, cleaner spec code. This will also
  enable the sharing html mock code between specs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1485134/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1484193] Re: Angular table pagination needs better verbiage

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1484193

Title:
  Angular table pagination needs better verbiage

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The Angular table pagination currently says:

  "Showing 10 items"

  It would be more useful if it said something like:

  "Showing 10 of 25 items."

  (it doesn't need to say which page it's on as that is visually
  demonstrated in the nav bar.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1484193/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1466485] Re: keystone fails with: ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option

2015-09-03 Thread Ihar Hrachyshka
** Changed in: grenade
   Status: In Progress => Fix Released

** Changed in: grenade
   Status: Fix Released => Incomplete

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1466485

Title:
  keystone fails with: ArgsAlreadyParsedError: arguments already parsed:
  cannot register CLI option

Status in grenade:
  Incomplete
Status in Keystone:
  Incomplete

Bug description:
  Grenade jobs in master fail with the following scenario:

  - grenade.sh attempts to list glance images [1];
  - glance fails because keystone httpd returns 500 [2];
  - keystone fails because "ArgsAlreadyParsedError: arguments already parsed: 
cannot register CLI option" [3]

  Sean Dague says that it's because grenade does not upgrade keystone
  script, and the script should not even be installed in a way it's now
  installed (copied into /var/www/...).

  Relevant thread: http://lists.openstack.org/pipermail/openstack-
  dev/2015-June/067147.html

  [1]: 
http://logs.openstack.org/66/185066/3/check/check-grenade-dsvm-neutron/45d8663/logs/grenade.sh.txt.gz#_2015-06-18_09_08_32_989
  [2]: 
http://logs.openstack.org/66/185066/3/check/check-grenade-dsvm-neutron/45d8663/logs/new/screen-g-api.txt.gz#_2015-06-18_09_08_42_531
  [3]: 
http://logs.openstack.org/66/185066/3/check/check-grenade-dsvm-neutron/45d8663/logs/apache/keystone.txt.gz#_2015-06-18_09_08_46_675874

To manage notifications about this bug go to:
https://bugs.launchpad.net/grenade/+bug/1466485/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1259292] Re: Some tests use assertEqual(observed, expected) , the argument order is wrong

2015-09-03 Thread Thierry Carrez
** Changed in: cinder
   Status: Fix Committed => Fix Released

** Changed in: cinder
Milestone: None => liberty-3

-- 
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/1259292

Title:
  Some tests use assertEqual(observed, expected) , the argument order is
  wrong

Status in Ceilometer:
  Invalid
Status in Cinder:
  Fix Released
Status in heat:
  Fix Released
Status in OpenStack Dashboard (Horizon):
  In Progress
Status in Manila:
  In Progress
Status in OpenStack Compute (nova):
  In Progress
Status in python-ceilometerclient:
  In Progress
Status in python-cinderclient:
  Fix Released
Status in Sahara:
  Fix Released

Bug description:
  The test cases will produce a confusing error message if the tests
  ever fail, so this is worth fixing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1259292/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1490366] Re: "_associate_qos_spec.html" url is wrong

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1490366

Title:
  "_associate_qos_spec.html" url is wrong

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Reproduce the bug:
  1, Open admin volume_type panel, and create a volume type;
  2, Right click the "Manage QoS Spec Association" button in the table action 
and open a new page.
  3,  There will cast TemplateDoesNotExist error.

  Because the  "_associate_qos_spec.html" url in
  "associate_qos_spec.html" is wrong,  so there will cast
  TemplateDoesNotExist error.

  please see the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1490366/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1478794] Re: Horizon's scss webroot should come from settings.py

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1478794

Title:
  Horizon's scss webroot should come from settings.py

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Right now, webroot is being configured by an extra scss variable that
  is set in the theme.  However, this value should come from settings.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1478794/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1476252] Re: lbaas table actions are not implemented well

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1476252

Title:
  lbaas table actions are not implemented well

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The lbaas table actions all use a post() call with a lot of
  if/then/else blocks checking the actions.  This makes extending this
  page very tricky, and does not follow documentation and examples /
  best practices of how to implement table actions in a more flexible /
  extensible way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1476252/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1479637] Re: CSS get None when error in inline_editing

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1479637

Title:
  CSS get None when error in inline_editing

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Like bugs #1470594

  But this time it show up when the inline editor error occur.

  GET http://172.22.2.24/static/dashboard/scss/None 404 (NOT FOUND)
  jQuery.extend.style @ 6b862e7eeeb9.js:449
  (anonymous function) @ 6b862e7eeeb9.js:627
  jQuery.extend.access @ 6b862e7eeeb9.js:47
  jQuery.each.jQuery.each.jQuery.fn.(anonymous function) @ 6b862e7eeeb9.js:625
  self.update.horizon.ajax.queue.error @ c5b1a3ff77e6.js:3180
  jQuery.Callbacks.fire @ 6b862e7eeeb9.js:187
  jQuery.Callbacks.self.fireWith @ 6b862e7eeeb9.js:192
  done @ 6b862e7eeeb9.js:524
  jQuery.ajaxTransport.s.send.callback @ 6b862e7eeeb9.js:560

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1479637/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1478710] Re: two launch instances showing up in network topo map

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1478710

Title:
  two launch instances showing up in network topo map

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  We have disabled old launch instance, and enabled the new launch
  instance.

  When we access the network topo page, we see two launch instance
  buttons.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1478710/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1479727] Re: Exceptions when user email field is empty

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1479727

Title:
  Exceptions when user email field is empty

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Keystone doesn't return a user email in it's json response if the
  field is empty, which will raise exceptions when loading users table:

  The attribute email doesn't exist on .
  The attribute email doesn't exist on .
  The attribute email doesn't exist on .
  The attribute email doesn't exist on .
  The attribute email doesn't exist on .
  The attribute email doesn't exist on .

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1479727/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1262424] Re: Files without code should not contain copyright notices

2015-09-03 Thread Thierry Carrez
** Changed in: manila
   Status: Fix Committed => Fix Released

** Changed in: manila
Milestone: None => liberty-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1262424

Title:
  Files without code should not contain copyright notices

Status in Manila:
  Fix Released
Status in neutron:
  In Progress
Status in OpenStack Compute (nova):
  Fix Released
Status in python-cinderclient:
  Fix Released
Status in taskflow:
  Fix Released

Bug description:
  Due to a recent policy change in HACKING
  (http://docs.openstack.org/developer/hacking/#openstack-licensing),
  empty files should no longer contain copyright notices.

To manage notifications about this bug go to:
https://bugs.launchpad.net/manila/+bug/1262424/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2015-09-03 Thread Thierry Carrez
** Changed in: manila
   Status: Fix Committed => Fix Released

** Changed in: manila
Milestone: None => liberty-3

-- 
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/1280522

Title:
  Replace assertEqual(None, *) with assertIsNone in tests

Status in Cinder:
  Fix Released
Status in Glance:
  Fix Released
Status in heat:
  Fix Released
Status in Ironic:
  Fix Released
Status in Keystone:
  Fix Released
Status in Manila:
  Fix Released
Status in OpenStack Compute (nova):
  Fix Released
Status in python-cinderclient:
  Fix Committed
Status in python-neutronclient:
  Fix Committed
Status in python-troveclient:
  Fix Released
Status in Sahara:
  Fix Released
Status in Trove:
  In Progress
Status in tuskar:
  Fix Released

Bug description:
  Replace assertEqual(None, *) with assertIsNone in tests to have
  more clear messages in case of failure.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1280522/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1491842] Re: Can't attach volume without specifying device name

2015-09-03 Thread Andrey Kurilin
*** This bug is a duplicate of bug 1491325 ***
https://bugs.launchpad.net/bugs/1491325

** Project changed: cinder => 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/1491842

Title:
  Can't attach volume without specifying device name

Status in OpenStack Compute (nova):
  Confirmed

Bug description:
  nova client can't attach volume w/o specifying device name:

  # nova volume-attach 62f76042-423c-4055-af28-0e2c7dda6395 
2d99718d-8109-40ab-b663-edf56d6400a8
  ERROR (BadRequest): Invalid input for field/attribute device. Value: None. 
None is not of type 'string' (HTTP 400) (Request-ID: 
req-99f4167a-c2ee-45a0-86a7-03f1a7126fb7)

  
  We've found this issue both in Rally [1] and Cinder [2] gates.


  [1] https://review.openstack.org/#/c/219748/
  [2] https://review.openstack.org/#/c/219654/

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1491842/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1489708] Re: Tacker horizon plugin missing in plugin list

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1489708

Title:
  Tacker horizon plugin missing in plugin list

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Add tacker horizon plugin to the list of plugins maintained

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1489708/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1487254] Re: Get simple modal working again

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1487254

Title:
  Get simple modal working again

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The simple-modal code was refactored and linted. It is now broken and
  does not work properly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1487254/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1491905] [NEW] neutronclient in nova doesn't issue new token

2015-09-03 Thread Timofey Durakov
Public bug reported:

neutronclient in nova uses token_endpoint.Token as auth_plugin, which doesn't 
have functionality to re-authenticate  in case of 401 error. If keystone uses 
memcached as backend and it was restarted, token that neutronclient use become 
invalid, and no re-authentication attempts were made.  
Trace in nova-api:
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8]   File 
"/usr/lib/python2.7/dist-packages/nova/network/neutronv2/api.py", line 1519, in 
_build_network_info_model
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8] data = 
client.list_ports(**search_opts)
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8]   File 
"/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 102, in 
with_params
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8] ret = self.function(instance, args, 
*kwargs)
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8]   File 
"/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 534, in 
list_ports
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8] **_params)
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8]   File 
"/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 307, in 
list
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8] for r in self._pagination(collection, 
path, **params):
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8]   File 
"/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 320, in 
_pagination
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8] res = self.get(path, params=params)
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8]   File 
"/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 293, in 
get
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8] headers=headers, params=params)
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8]   File 
"/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 270, in 
retry_request
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8] headers=headers, params=params)
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8]   File 
"/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 211, in 
do_request
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8] 
self._handle_fault_response(status_code, replybody)
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8]   File 
"/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 185, in 
_handle_fault_response
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8] exception_handler_v20(status_code, 
des_error_body)
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8]   File 
"/usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 83, in 
exception_handler_v20
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8] message=message)
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8] NeutronClientException: Authentication 
required
2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8]

** 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://bugs.launchpad.net/bugs/1491905

Title:
  neutronclient in nova doesn't issue new token

Status in OpenStack Compute (nova):
  New

Bug description:
  neutronclient in nova uses token_endpoint.Token as auth_plugin, which doesn't 
have functionality to re-authenticate  in case of 401 error. If keystone uses 
memcached as backend and it was restarted, token that neutronclient use become 
invalid, and no re-authentication attempts were made.  
  Trace in nova-api:
  2015-08-30 19:02:24.292 8914 TRACE nova.network.base_api [instance: 
94ccc989-4531-43a9-a1bd-d7cf848f04a8]   File 

[Yahoo-eng-team] [Bug 1489611] Re: Error in console when opening ng launch instance wizard

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1489611

Title:
  Error in console when opening ng launch instance wizard

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Recently the strings for the Source step of the angular Launch
  Instance wizard were moved out of the controller into the HTML.  At
  the same time the help controller was removed because it was no longer
  needed.  However, the reference to the controller in the HTML was not
  removed so an error is displayed in the browser console when opening
  the wizard.

  Error: [ng:areq] Argument 'LaunchInstanceSourceHelpController' is not
  a function, got undefined...

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1489611/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1487391] Re: 'CreateVolumeTypeView' class in admin volumes views is redundant and useless

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1487391

Title:
  'CreateVolumeTypeView' class in admin volumes views is redundant and
  useless

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The 'CreateVolumeTypeView' class in admin volumes views is redundant
  and useless. Another one also exist in volume_types views, but this is
  useful.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1487391/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1487295] Re: success_url miss 'reverse_lazy' in admin volume type panel

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1487295

Title:
  success_url miss 'reverse_lazy' in admin volume type panel

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  In the admin volume type panel, several success_url in views miss 
'reverse_lazy', this result in the cancel action redirect to wrong url. For 
example, when right click the "Create Volume Type" button and open a new page, 
click the Cancel button will cast error.
  See the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1487295/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1488154] Re: OPENSTACK_KEYSTONE_ADMIN_ROLES not documented

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1488154

Title:
  OPENSTACK_KEYSTONE_ADMIN_ROLES not documented

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  OPENSTACK_KEYSTONE_ADMIN_ROLES was added in Kilo and used by
  django_openstack_auth. However, it was never documented.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1488154/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1326668] Re: Error: Unauthorized: Failed to modify 1 project members and update project quotas.

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1326668

Title:
  Error: Unauthorized: Failed to modify 1 project members and update
  project quotas.

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Test step:
  1: admin login
  2:create a new project named p_admin_1
  3:give admin member and admin role to this new project
  4:remove the admin role for this project

  
  test result:

  Error: Unauthorized: Failed to modify 1 project members and update project 
quotas.
  Error: Unauthorized: Unable to retrieve project list.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1326668/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1451567] Re: XStatic-Magic-Search pypi package has errors

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1451567

Title:
  XStatic-Magic-Search pypi package has errors

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Two issues:

  1:  The extracted source directory from the tarball is wrong

  $ ls
  XStatic-Magic-Search-0.2.0.1.tar.gz

  $ tar xzf XStatic-Magic-Search-0.2.0.1.tar.gz

  $ ls
  xstatic-magic-search/  XStatic-Magic-Search-0.2.0.1.tar.gz

  It should be Xstatic-Magic-Search instead of xstatic-magic-search

  2:  The .git, .gitignore, and .gitreview files/directories are in the
  tarball and should probably be removed.

  $ cd xstatic-magic-search

  $ ls -a
  ./ .gitignore  MANIFEST.in*  xstatic/
  ../.gitreview  README.txt*   XStatic_Magic_Search.egg-info/
  .git/  dist/   setup.py*

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1451567/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1452232] Re: "NameError: global name '_' is not defined" on keystone authorization error

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1452232

Title:
  "NameError: global name '_' is not defined" on keystone authorization
  error

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  If there is a keystone authorization error at login time Horizon
  reaches the error screen and

File "/usr/lib/python2.7/site-packages/openstack_auth/plugin/base.py", line 
95, in list_projects
   msg = _('Unable to retrieve authorized projects.')
   NameError: global name '_' is not defined

  is displayed in the error log. It seems we missed an import

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1452232/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1491833] Re: n-cauth fails to start if the 'consoleauth_topic' configuration option is not set

2015-09-03 Thread Claudiu Belu
Sorry, might have been some random error... can't reproduce the issue.

** 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/1491833

Title:
  n-cauth fails to start if the 'consoleauth_topic'  configuration
  option is not set

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Commit [1] removed the 'consoleauth_manager' configuration option,
  which means it was no longer imported in nova/cmd/consoleauth.py [2].
  Because of this, the service fails to start, as the
  'consoleauth_topic' configuration option [3] and its default value is
  not registered before it tries to access that config option.

  LOG: http://paste.openstack.org/show/444231/

  [1] https://review.openstack.org/#/c/71184/
  [2] https://github.com/openstack/nova/blob/master/nova/cmd/consoleauth.py
  [3] https://github.com/openstack/nova/blob/master/nova/consoleauth/__init__.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1491833/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1491325] Re: nova api v2.1 does not allow to use autodetection of volume device path

2015-09-03 Thread OpenStack Infra
** Changed in: nova
   Status: Invalid => In Progress

** Changed in: nova
 Assignee: Sean Dague (sdague) => Matt Riedemann (mriedem)

-- 
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/1491325

Title:
  nova api v2.1 does not allow to use autodetection of volume device
  path

Status in OpenStack Compute (nova):
  In Progress
Status in python-novaclient:
  Fix Committed

Bug description:
  Using API v2.1 we are forced to provide device path attaching a volume
  to an instance.

  using API v2.0 it allowed to provide 'auto' and in this case Nova
  calculated it by itself.

  It is very useful when we do not care about exact device path.

  using APi v2.1 Nova, at first verifies request body [1] and only then
  have logic to autodetect "device path". So, either autodetect is dead
  code now or request validation should be changed.

  For the moment, this bug is blocker for Manila project.

  We get one of two errors:

  Returning 400 to user: Invalid input for field/attribute device.
  Value: None. None is not of type 'string' __call__

  or

  Returning 400 to user: Invalid input for field/attribute device.
  Value: auto. u'auto' does not match
  '(^/dev/x{0,1}[a-z]{0,1}d{0,1})([a-z]+)[0-9]*$'

  Where Nova client says explicitly:

  $ nova help volume-attach
  usage: nova volume-attach   []

  Attach a volume to a server.

  Positional arguments:
      Name or ID of server.
      ID of the volume to attach.
      Name of the device e.g. /dev/vdb. Use "auto" for autoassign (if 
supported)

  That "device" is optional and can be set to 'auto'.

  [1]
  
https://github.com/openstack/nova/blob/b7c8a73824211db9627962abd31b8801cc2c2880/nova/api/openstack/compute/volumes.py#L270

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1491325/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1304234] Re: Quotas should not be updated to a value lower than current usage

2015-09-03 Thread Thierry Carrez
** Changed in: cinder
   Status: Fix Committed => Fix Released

** Changed in: cinder
Milestone: None => liberty-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1304234

Title:
  Quotas should not be updated to a value lower than current usage

Status in Cinder:
  Fix Released
Status in neutron:
  In Progress

Bug description:
  Cinder/Neutron now doesn't check the existing reousrces when user
  lower the quota sets.

  It will bring some confusion to end user.

  Simple steps to test:

  Step1: Create 3 volumes successfully and the quota limit for volume is
  10(default).

  Step2: Update the quota set, lower the volume limit to 1. The update
  operation will be successfully too.

  Step3: Create one more volume and get failed since "Maximum number of
  volumes allowed (1) exceeded".

  I knew we have discussed this 'bug' and I understood guys' point about this 
feature.
  But undeniably, I also has received some complains from end users, they feel 
confusion why the existing resources more than the limits of quota but they 
can't create any resources any more. So,this maybe is inappropriate as 'bug 
fix', just want to optimize this API.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1304234/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1458945] Re: Use graduated oslo.policy instead of oslo-incubator code

2015-09-03 Thread Thierry Carrez
** Changed in: cinder
   Status: Fix Committed => Fix Released

** Changed in: cinder
Milestone: None => liberty-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1458945

Title:
  Use graduated oslo.policy instead of oslo-incubator code

Status in Barbican:
  Fix Released
Status in Ceilometer:
  Fix Released
Status in Cinder:
  Fix Released
Status in congress:
  Fix Committed
Status in Glance:
  Fix Released
Status in heat:
  Fix Released
Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in Ironic:
  Fix Released
Status in Keystone:
  Fix Released
Status in MagnetoDB:
  Confirmed
Status in Magnum:
  Fix Committed
Status in Manila:
  Invalid
Status in Mistral:
  Invalid
Status in murano:
  Fix Released
Status in neutron:
  Fix Released
Status in OpenStack Compute (nova):
  In Progress
Status in Rally:
  Invalid
Status in Sahara:
  Fix Released
Status in OpenStack Object Storage (swift):
  Invalid
Status in Trove:
  Invalid

Bug description:
  The Policy code is now be managed as a library, named oslo.policy.

  If there is a CVE level defect, deploying a fix should require
  deploying a new version of the library, not syncing each individual
  project.

  All the projects in the OpenStack ecosystem that are using the policy
  code from oslo-incubator should use the new library.

To manage notifications about this bug go to:
https://bugs.launchpad.net/barbican/+bug/1458945/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1480563] Re: weird sort for hypervisor_hostname

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1480563

Title:
  weird sort for hypervisor_hostname

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  weird sort for hypervisor_hostname

  For example, there are 4 hypervisors and this is the usually ordered
  list:

east-01, east-02, west-01, west-02

  However when we do sort by hypervisor_hostname in the hypervisors table
  on the admin view, this is a possible result:

east-01, west-01, east-02, west-02

  This is caused by the fact that a javascript sort function (naturalSort)
  sees only a number in a text and ignores its prefix for ordering.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480563/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1482535] Re: Users table email cell inline editing should have restriction

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1482535

Title:
  Users table email cell inline editing should have restriction

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Users table inline cell editing should be restricted input can only be a 
mailbox format.
  Please see the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1482535/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1482657] Re: Attribute error on virtual_size

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1482657

Title:
  Attribute error on virtual_size

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Version: stable/kilo
  Run with ./run_test.py --runserver

  Running an old havana glance backend will result in an AttributeError
  since the attribute is introduced with the icehouse release. See error
  log at bottom of message. A simple check for the attribute will solve
  this issue and restore compatibility.

  Attached is a patch as proposal.

  Regards
  Christoph

  
  Error log:

  Internal Server Error: /project/instances/launch
  Traceback (most recent call last):
File 
"/home/coby/ao/horizon/.venv/lib/python2.7/site-packages/django/core/handlers/base.py",
 line 137, in get_response
  response = response.render()
File 
"/home/coby/ao/horizon/.venv/lib/python2.7/site-packages/django/template/response.py",
 line 103, in render
  self.content = self.rendered_content
File 
"/home/coby/ao/horizon/.venv/lib/python2.7/site-packages/django/template/response.py",
 line 80, in rendered_content
  content = template.render(context)
File 
"/home/coby/ao/horizon/.venv/lib/python2.7/site-packages/django/template/base.py",
 line 148, in render
  return self._render(context)
File 
"/home/coby/ao/horizon/.venv/lib/python2.7/site-packages/django/template/base.py",
 line 142, in _render
  return self.nodelist.render(context)
File 
"/home/coby/ao/horizon/.venv/lib/python2.7/site-packages/django/template/base.py",
 line 844, in render
  bit = self.render_node(node, context)
File 
"/home/coby/ao/horizon/.venv/lib/python2.7/site-packages/django/template/debug.py",
 line 80, in render_node
  return node.render(context)
File 
"/home/coby/ao/horizon/.venv/lib/python2.7/site-packages/django/template/defaulttags.py",
 line 525, in render
  six.iteritems(self.extra_context))
File 
"/home/coby/ao/horizon/.venv/lib/python2.7/site-packages/django/template/defaulttags.py",
 line 524, in 
  values = dict((key, val.resolve(context)) for key, val in
File 
"/home/coby/ao/horizon/.venv/lib/python2.7/site-packages/django/template/base.py",
 line 596, in resolve
  obj = self.var.resolve(context)
File 
"/home/coby/ao/horizon/.venv/lib/python2.7/site-packages/django/template/base.py",
 line 734, in resolve
  value = self._resolve_lookup(context)
File 
"/home/coby/ao/horizon/.venv/lib/python2.7/site-packages/django/template/base.py",
 line 788, in _resolve_lookup
  current = current()
File "/home/coby/ao/horizon/horizon/workflows/base.py", line 717, in 
get_entry_point
  step._verify_contributions(self.context)
File "/home/coby/ao/horizon/horizon/workflows/base.py", line 392, in 
_verify_contributions
  field = self.action.fields.get(key, None)
File "/home/coby/ao/horizon/horizon/workflows/base.py", line 368, in action
  context)
File 
"/home/coby/ao/horizon/openstack_dashboard/dashboards/project/instances/workflows/create_instance.py",
 line 147, in __init__
  request, context, *args, **kwargs)
File "/home/coby/ao/horizon/horizon/workflows/base.py", line 138, in 
__init__
  self._populate_choices(request, context)
File "/home/coby/ao/horizon/horizon/workflows/base.py", line 151, in 
_populate_choices
  bound_field.choices = meth(request, context)
File 
"/home/coby/ao/horizon/openstack_dashboard/dashboards/project/instances/workflows/create_instance.py",
 line 428, in populate_image_id_choices
  if image.virtual_size:
File 
"/home/coby/ao/horizon/.venv/lib/python2.7/site-packages/glanceclient/openstack/common/apiclient/base.py",
 line 494, in __getattr__
  raise AttributeError(k)
  AttributeError: virtual_size

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1482657/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1481544] Re: Cancel button in "Create Keypair" redirect to wrong url

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1481544

Title:
  Cancel button in "Create Keypair" redirect to wrong url

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Cancel button in "Create Keypair" Dialog not reserve to right url. When right 
click the "Create Keypair" button and open a new page, click the Cancel button 
will cast error.
  See the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1481544/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1482671] Re: Sorting by IP addresses is broken in XStatic-JQuery.TableSorter==2.0.5b.0

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1482671

Title:
  Sorting by IP addresses is broken in XStatic-
  JQuery.TableSorter==2.0.5b.0

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  But it works in XStatic-JQuery.TableSorter==2.14.5.1. That means that
  we should raise the lower bound for version in requirements to ensure
  that sorting by IP address works in Horizon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1482671/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1481842] Re: Need to truncate a long items' names

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1481842

Title:
  Need to truncate a long items' names

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Steps to reproduce:
  1. Log in WebUI
  2. Navigate to "Project" > "Compute" > "Images"
  3. Select existing image (or firstly create a new one) and edit its name, put 
as long as possible image name

  Observed result:
  Column "Name" becomes too wide. Need to truncate name (for example show first 
100 letters)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1481842/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1480204] Re: cancel button is missing in security group's add rule modal

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1480204

Title:
  cancel button is missing in security group's add rule modal

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  In security group's add rule modal, cancel button is missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480204/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1479998] Re: key-pair-details.html duplicate in launch instance

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   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/1479998

Title:
  key-pair-details.html duplicate in launch instance

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  In the new launch instance wizard, there appears to be an extra key-
  pair-details.html under the security groups step.  It is not used.

  Remove:
  launch-instance/security-groups/keypair-details.html

  Keep:
  launch-instance/keypair/keypair-details.html

  
  
https://github.com/openstack/horizon/commits/master/openstack_dashboard/static/dashboard/launch-instance/security-groups/keypair-details.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1479998/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1486139] Re: docs translation import errors

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1486139

Title:
  docs translation import errors

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  When building docs, there are a ton of errors in this format:

  AppRegistryNotReady: The translation infrastructure cannot be
  initialized before the apps registry is ready. Check that you don't
  make non-lazy gettext calls at import time.

  Starting in Django 1.7, standalone scripts, such as a sphinx build require 
that django.setup() be called first. See:
  https://docs.djangoproject.com/en/1.8/releases/1.7/#standalone-scripts

  This should be added to the horizon/docs/source/conf.py

  Doing so eliminates the errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1486139/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1485272] Re: Horizon Logo Documentation is out of date

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1485272

Title:
  Horizon Logo Documentation is out of date

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Horizon Logo Documentation is out of date ...

  Due to a recent refactor of the top navigation markup, the
  documentation surrounding how to override the logo is now out of date.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1485272/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1485885] Re: ESLint is not run on Javascript files in dashboards

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1485885

Title:
  ESLint is not run on Javascript files in dashboards

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Recently, some Javascript files changed locations from 
  "openstack_dashboard/static"

  to 
  "openstack_dashboard/dashboards/identity/static"
  and 
  "openstack_dashboard/dashboards/project/static"

  The lint task does not consider these directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1485885/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1484623] Re: horizon customization docs are vague

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1484623

Title:
  horizon customization docs are vague

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The tactic of using the overrides file vs the enabled folder vs other
  means is unclear to plugin developers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1484623/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1482006] Re: attribute error when inline update user name when email is empty

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1482006

Title:
  attribute error when inline update user name when email is empty

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  AttributeError raised when inline updating user name with no email,
  trace log: [1]

  [1]: http://paste.openstack.org/show/410392/

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1482006/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1481135] Re: btn-launch incorrectly declared for launch instance NG

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1481135

Title:
  btn-launch incorrectly declared for launch instance NG

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The code declaring the launch instance NG buttons currently has the
  classes attribute as:

  classes = ("btn-launch")

  this should be a sequence of strings, not a single string.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1481135/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1486080] Re: No list of plugins available

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1486080

Title:
  No list of plugins available

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Horizon is moving to a plugin model, but doesn't maintain a list of
  available plugins.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1486080/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1482677] Re: volume backup restore not working

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1482677

Title:
  volume backup restore not working

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Restore Backup button asks for backup name. Restore does not work.

  To reproduce:
  1. Create the volume 'test', and create the volume backup 'test_bak'.
  2. Navigate to Volume Backups and click on Restore Backup button for 
'test_bak'.
  3. Observe that popup is launched to specify 'volume' to restore it to.
  4. Select the volume or select the 'create new volume' option and submit.
  5. Observe that another popup is launched and to specify 'Backup Name'. (this 
popup is not expected)
  6. Specify the backup name, observe that new backup is again created rather 
restoring it to volume.

  CLI to restore backup works fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1482677/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1155008] Re: Incorrect error message displayed while creating duplicate user or project

2015-09-03 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: None => liberty-3

-- 
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/1155008

Title:
  Incorrect error message displayed while creating duplicate user or
  project

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Try to create an existing user or project from the dashboard.

  Expected Error: User  / Project  already exists.
  Actual Error: There was an error submitting the form. Please try again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1155008/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1490990] Re: acceptance: neutron fails to start server service

2015-09-03 Thread Armando Migliaccio
** Changed in: oslo.config
   Status: Incomplete => 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/1490990

Title:
  acceptance: neutron fails to start server service

Status in neutron:
  Confirmed
Status in oslo.config:
  Invalid
Status in puppet-neutron:
  In Progress

Bug description:
  This is a new error that happened very lately, using RDO liberty
  packaging:

  With current state of beaker manifests, we have this error:
  No providers specified for 'LOADBALANCER' service, exiting

  Source: http://logs.openstack.org/50/216950/5/check/gate-puppet-
  neutron-puppet-beaker-rspec-dsvm-
  centos7/9e7e510/logs/neutron/server.txt.gz#_2015-09-01_12_40_22_734

  That means neutron-server can't start correctly.

  This is probably a misconfiguration in our manifests or a packaging
  issue in Neutron, because we don't have the issue in Trusty jobs.

  RDO packaging version: 7.0.0.0b3-dev606

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1490990/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1483382] Re: Able to request a V2 token for user and project in a non-default domain

2015-09-03 Thread Doug Hellmann
** Changed in: keystone
   Status: Fix Committed => Fix Released

** Changed in: keystone
Milestone: None => liberty-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1483382

Title:
  Able to request a V2 token for user and project in a non-default
  domain

Status in Keystone:
  Fix Released
Status in Keystone kilo series:
  In Progress
Status in OpenStack Security Advisory:
  Incomplete

Bug description:
  Using the latest devstack, I am able to request a V2 token for user
  and project in a non-default domain. This problematic as non-default
  domains are not suppose to be visible to V2 APIs.

  Steps to reproduce:

  1) install devstack

  2) run these commands

  gyee@dev:~$ openstack --os-identity-api-version 3 --os-username admin 
--os-password secrete --os-user-domain-id default --os-project-name admin 
--os-project-domain-id default --os-auth-url http://localhost:5000 domain list
  
+--+-+-+--+
  | ID   | Name| Enabled | Description  
|
  
+--+-+-+--+
  | 769ad7730e0c4498b628aa8dc00e831f | foo | True|  
|
  | default  | Default | True| Owns users and 
tenants (i.e. projects) available on Identity API v2. |
  
+--+-+-+--+
  gyee@dev:~$ openstack --os-identity-api-version 3 --os-username admin 
--os-password secrete --os-user-domain-id default --os-project-name admin 
--os-project-domain-id default --os-auth-url http://localhost:5000 user list 
--domain 769ad7730e0c4498b628aa8dc00e831f
  +--+--+
  | ID   | Name |
  +--+--+
  | cf0aa0b2d5db4d67a94d1df234c338e5 | bar  |
  +--+--+
  gyee@dev:~$ openstack --os-identity-api-version 3 --os-username admin 
--os-password secrete --os-user-domain-id default --os-project-name admin 
--os-project-domain-id default --os-auth-url http://localhost:5000 project list 
--domain 769ad7730e0c4498b628aa8dc00e831f
  +--+-+
  | ID   | Name|
  +--+-+
  | 413abdbfef5544e2a5f3e8ac6124dd29 | foo-project |
  +--+-+
  gyee@dev:~$ curl -k -H 'Content-Type: application/json' -d '{"auth": 
{"passwordCredentials": {"userId": "cf0aa0b2d5db4d67a94d1df234c338e5", 
"password": "secrete"}, "tenantId": "413abdbfef5544e2a5f3e8ac6124dd29"}}' 
-XPOST http://localhost:35357/v2.0/tokens | python -mjson.tool
    % Total% Received % Xferd  Average Speed   TimeTime Time  
Current
   Dload  Upload   Total   SpentLeft  Speed
  100  3006  100  2854  100   152  22164   1180 --:--:-- --:--:-- --:--:-- 22472
  {
  "access": {
  "metadata": {
  "is_admin": 0,
  "roles": [
  "2b7f29ebd1c8453fb91e9cd7c2e1319b",
  "9fe2ff9ee4384b1894a90878d3e92bab"
  ]
  },
  "serviceCatalog": [
  {
  "endpoints": [
  {
  "adminURL": 
"http://10.0.2.15:8774/v2/413abdbfef5544e2a5f3e8ac6124dd29;,
  "id": "3a92a79a21fb41379fa3e135be65eeff",
  "internalURL": 
"http://10.0.2.15:8774/v2/413abdbfef5544e2a5f3e8ac6124dd29;,
  "publicURL": 
"http://10.0.2.15:8774/v2/413abdbfef5544e2a5f3e8ac6124dd29;,
  "region": "RegionOne"
  }
  ],
  "endpoints_links": [],
  "name": "nova",
  "type": "compute"
  },
  {
  "endpoints": [
  {
  "adminURL": 
"http://10.0.2.15:8776/v2/413abdbfef5544e2a5f3e8ac6124dd29;,
  "id": "64338d9eb3054598bcee30443c678e2a",
  "internalURL": 
"http://10.0.2.15:8776/v2/413abdbfef5544e2a5f3e8ac6124dd29;,
  "publicURL": 
"http://10.0.2.15:8776/v2/413abdbfef5544e2a5f3e8ac6124dd29;,
  "region": "RegionOne"
  }
  ],
  "endpoints_links": [],
  "name": "cinderv2",
  "type": "volumev2"
  },
  {
     

[Yahoo-eng-team] [Bug 1485694] Re: Keystone raises an exception when it receives incorrectly encoded parameters

2015-09-03 Thread Doug Hellmann
** Changed in: keystone
   Status: Fix Committed => Fix Released

** Changed in: keystone
Milestone: None => liberty-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1485694

Title:
  Keystone raises an exception when it receives incorrectly encoded
  parameters

Status in Keystone:
  Fix Released
Status in keystone package in Ubuntu:
  Confirmed

Bug description:
  The following command will cause an exception:

  $ curl -g -i -X GET
  http://localhost:35357/v3/users?name=nonexit%E8nt -H "User-Agent:
  python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token:
  "ADMIN

  This command works as expected:

  $ curl -g -i -X GET
  http://localhost:35357/v3/users?name=nonexit%C3%A8nt -H "User-Agent:
  python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token:
  ADMIN"

  The exception occurs fairly deep in the WebOb library while it is
  trying to parse the parameters our of the URL.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1485694/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1482772] Re: Region filtering for endpoints does not work

2015-09-03 Thread Doug Hellmann
** Changed in: keystone
   Status: Fix Committed => Fix Released

** Changed in: keystone
Milestone: None => liberty-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1482772

Title:
  Region filtering for endpoints does not work

Status in Keystone:
  Fix Released
Status in python-keystoneclient:
  In Progress
Status in python-openstackclient:
  Invalid

Bug description:
  When i run “openstack endpoint list --os-url http://192.168.33.10:5000/v3 
--os-identity-api-version=3 --service identity --interface public --region 
RegionTwo” i would expect that it only lists endpoints from RegionTwo. But i 
get the identity endpoint from RegionOne. Here is the output:
  
+--+---+--+--+-+---++
  | ID   | Region| Service Name | Service Type 
| Enabled | Interface | URL|
  
+--+---+--+--+-+---++
  | 4b3efc615c044fb4a2c70ca2e5e7bba9 | RegionOne | keystone | identity 
| True| public| http://192.168.33.10:5000/v2.0 |
  
+--+---+--+--+-+---++

  As this snippet from the debug output from openstackclient shows, the
  client sends the correct query to keystone. So i assume this is a
  filtering problem in keystone.

  DEBUG: requests.packages.urllib3.connectionpool "GET 
/v3/endpoints?interface=public_id=050872861656437184778a822032d8d6=RegionTwo
 HTTP/1.1" 200 506
  DEBUG: keystoneclient.session RESP: [200] content-length: 506 vary: 
X-Auth-Token keep-alive: timeout=5, max=96 server: Apache/2.4.7 (Ubuntu) 
connection: Keep-Alive date: Fri, 07 Aug 2015 19:37:08 GMT content-type: 
application/json x-openstack-request-id: 
req-72481573-7fff-4ae0-9a2f-33584b476bd3
  RESP BODY: {"endpoints": [{"region_id": "RegionOne", "links": {"self": 
"http://192.168.33.10:35357/v3/endpoints/4b3efc615c044fb4a2c70ca2e5e7bba9"}, 
"url": "http://192.168.33.10:5000/v2.0;, "region": "RegionOne", "enabled": 
true, "interface": "public", "service_id": "050872861656437184778a822032d8d6", 
"id": "4b3efc615c044fb4a2c70ca2e5e7bba9"}], "links": {"self": 
"http://192.168.33.10:35357/v3/endpoints?interface=public_id=050872861656437184778a822032d8d6=RegionTwo;,
 "previous": null, "next": null}}

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1482772/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


  1   2   3   4   5   >