- Mar 07, 2019
-
-
Zuul authored
-
Zuul authored
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I3a4a1e1dd0c5644d774a2b93764d884a9928c54e
-
- Mar 06, 2019
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Radomir Dopieralski authored
That function is buggy and can't handle the Chinese language codes. Closes-Bug: #1818639 Change-Id: I6ea03949f3ad6db82f5965de3fa028a84edf6cf3
-
manchandavishal authored
Change-Id: I8d0e2879a9d2a76cf5173764035f690072a80c82 Closes-Bug: #1818791
-
manchandavishal authored
Horizon uses python-memcached while running "tox -e runserver" so we need to add it to test-requirement.txt as well as lower-constraints.txt. Change-Id: I4319cf1a54310171baf1dbaf2e10acae8123dac6
-
Zuul authored
-
- Mar 05, 2019
-
-
Zuul authored
-
manchandavishal authored
Due to [1] patch it's better to update [2] file. Otherwise it create confusion to a new devloper if use "tox -e runserver" for developments. [1] https://review.openstack.org/#/c/630790 [2] openstack_dashboard/local/local_settings.py.example Change-Id: I2146b33f46c417c5f1d61a4958336c92f0c03e9c
-
manchandavishal authored
This patch add 'Project' column in group-snapshot table to the admin panel.Now user would be able to list all group-snapshot created by admin or demo user. Depends-On: https://review.openstack.org/#/c/639314/ Change-Id: I6d77ef7135b15cfa978677c858382a0914d92c5d
-
Ivan Kolodyazhny authored
tox env for the integration tests is now renamed to 'integration' as it is no longer run under python 2.7. __hash__() method is now defined in integration_tests.helpers.BaseTestCase to avoid unhashable error during loading django test runner. This is originally caused by the fact that the base testcase class for integration tests is implemented on top of testtools and testtools does not define __hash__() method. In Python 3, __hash__() method must be defined if a class (re)defines __eq__() method to make the class hashable [1]. Ideally integration base TestCase class can be implemented on top of Django test case, but the current implementation depends on features from testtools a lot, so it seems better to add __hash__() method as a workaround. Unbound methods don't exist in Python 3[2], so six.create_unbound_method doesn' work as expected. To dynamic method generation we have to use new descriptors interface [3] or just generate new functools.partialmethod [4] function introduced in Python 3.4 to generate class methods with pre-defined 'path' argument and pass 'self' as a first function argument for class instance. [1] https://docs.python.org/3.5/reference/datamodel.html#object.__hash__ [2] https://six.readthedocs.io/#six.create_unbound_method [3] https://docs.python.org/3/howto/descriptor.html [4] https://docs.python.org/3/library/functools.html#functools.partialmethod Change-Id: I5c3078bdc66e33fe676d431bb28d92b35faaf479
-
Zuul authored
-
- Mar 02, 2019
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I5549f4065cd0282e8071cad7c4ad70b88302dbe6
-
- Mar 01, 2019
-
-
David Lyle authored
Change in I8a346e55bb98e4e22e0c14a614c45d493d20feb4 to make POLICY_CHECK_FUNCTION a string rather than a function was incomplete. The case in horizon/tables/base.py is problematic in particular and results in raising the TypeError: 'str' object is not callable error. There is another instance that is not problematic, but is changed for consistency sake. Change-Id: Ifc616e322eb38ec7e5ac218f7f3c5ccec52e40f4 Closes-Bug: #1818292
-
Radomir Dopieralski authored
This command checks the configuration for invalid and deprecated settings, as described in https://governance.openstack.org/tc/goals/stein/upgrade-checkers.html There is also a script in tools/find_settings.py that scans all python files for the potential new settings, which is supposed to make it easier to update the lists that the checks use. Change-Id: Ie85cf4be3da1ab446c10883a4580e20ea154b67c Story: 2003657 Task: 26132
-
- Feb 28, 2019
-
-
manchandavishal authored
This commit allow admin to list/show cinder volume group-spec using horizon dashboard and user can perform the following table action : 1. group-spec-create 2. group-spec-edit 3. group-spec-delete Partially-Implements blueprint cinder-generic-volume-groups Change-Id: I7a24e21bbf86595bc7e1251d29caed7f7ff5dec8
-
- Feb 27, 2019
-
-
Ivan Kolodyazhny authored
appdirs v1.3.0 breaks gates because it's not compatible with isort v4.3.9. Change-Id: I54d0d840b4a34137283074dbf022b3467774d73c
-
- Feb 23, 2019
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I8f0cd4ddf36e308221a1d4702b6afed674963e5a
-
- Feb 22, 2019
-
-
Zuul authored
-
- Feb 21, 2019
-
-
Zuul authored
-
Zuul authored
-
pengyuesheng authored
Change-Id: I538da897f1dca75bd8ceb23dc74b32ba4c410691
-
- Feb 20, 2019
-
-
Zuul authored
-
pengyuesheng authored
Change-Id: I285a588acf30b5e0858f98ff3d847a4049eb6b34 Closes-Bug: #1816684
-
Zuul authored
-
- Feb 19, 2019
-
-
manchandavishal authored
This patch fixes Volume Snapshot table 'Project' column info. Change-Id: Ibc8288da55867b63fddbb2b763bfd61377b0e5ad Closes-Bug: #1815859
-
Zuul authored
-
- Feb 15, 2019
-
-
Corey Bryant authored
This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: I9607ff70e24f1fee298e1685c4cc7fbf46800d18 Story: #2004073 Task: #27417
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-