- Jul 26, 2018
-
-
Ivan Kolodyazhny authored
Generec volume groups feature was implemented in series of patches started with https://review.openstack.org/#/c/532430/. Change-Id: If6148f865fefa31cbd64db25c947ba4716b8c080
-
- Jul 25, 2018
-
-
Beth Elwell authored
Now that bug 1695954 is addressed allowing the QoS policy API to accept the 'tenant_id' filter this has been amended in the qos panel code. For further details on the bug requiring project_id to be used temporarily, see https://bugs.launchpad.net/neutron/+bug/1695954. Change-Id: If7920a8826c9cc8dc6ba7a6f056e6e9fa34df677
-
- Jul 23, 2018
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Kenji Ishii authored
This patch adds Create domain action and this patch is using angular-schema-form. Other actions will be added in subsequent patches. To test this patch, it needs to show domain panel and enable angular feature for domain panel. To show domain panel (after installing OpenStack with latest Devstack), modify local_settings.py as follows: - using backends except signed cookie as SESSION_ENGINE. e.g memcached ---- CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', } } SESSION_ENGINE = 'django.contrib.sessions.backends.cache' ---- - enable OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT ---- OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True ---- - set OPENSTACK_KEYSTONE_DEFAULT_DOMAIN to 'Default' domain ---- OPENSTACK_KEYSTONE_DEFAULT_DOMAIN = 'Default' ---- After that, if admin user logged in, the user could see Domain panel and could operate actions for domains like Create. To test this patch, after above, set 'domains_panel': True in 'ANGULAR_FEATURES'. Co-Authored-By:
Richard Jones <r1chardj0n3s@gmail.com> Co-Authored-By:
Shu Muto <shu.mutow@gmail.com> Change-Id: I75d8e566daf451b12933f43ef9ed0b1df1cd24a8 Partially-Implements: blueprint ng-domains
-
Qian Min Chen authored
The django form field default is "required=True", so this patch remove the redundant "required=True" in the form. Change-Id: I3d91ae0638b69d56c1f1b72913ee4995db249007
-
- Jul 22, 2018
-
-
Jens Harbott authored
This adds support for the "DNS Domain" and "DNS Name" options to the panels for listing and allocation Floating IPs. These options are available as a Neutron extension, so we need to make them conditional based on the availability of that extension. Change-Id: Ife8e19aac44dccbdf11a6a6d4bb50cd3b7ed8d8e
-
Vladislav Kuzmin authored
Nothing changed when edit image description on Angularized panel. This patch fixes it. Change-Id: I29fb643bfa9b648ad24fcb9888c658a5a52e4bcc Closes-Bug: #1779879
-
- Jul 21, 2018
-
-
Zuul authored
-
- Jul 19, 2018
-
-
Qian Min Chen authored
This patch adds angular groups edit action. To be added in subsequent patches: - Manage members action Parent patches: https://review.openstack.org/#/c/480426/ https://review.openstack.org/#/c/533392/ To Test - set 'groups_panel': True in settings.py - enable keystone v3 in local_settings.py Change-Id: I4f02ee4cb95546ec273304326bcbcc603ae373e5 Co-Authored-By:
Shu Muto <shu.mutow@gmail.com>
-
Zuul authored
-
Zuul authored
-
- Jul 18, 2018
-
-
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: Id3f8b373c7c017a1a74fe8602e6471652bd3fbb0
-
wei.ying authored
In the angular create user form page, when the new user is created, the role selected by the administrator is not assigned to the user, which will result in the creation of the user can not log in normally. This patch uses the existing service, when the new user is created, then Assign project role for the new user. Change-Id: I52b9bb3bc986cc89439cf22deb1e250a9252938a Closes-Bug:#1743596
-
Qian Min Chen authored
This patch adds angular groups delete action. To be added in subsequent patches: - Edit, manage members action Parent patch: https://review.openstack.org/#/c/480426/ To Test - set 'groups_panel': True in settings.py - enable keystone v3 in local_settings.py Change-Id: I9b1265d3f2efe941cbf34407f1fc06b69f86a2a8 Implements: blueprint ng-groups-actions Co-Authored-By:
Shu Muto <shu.mutow@gmail.com>
-
qiaomin authored
This patch adds angular groups create action. To be added in subsequent patches: - Delete, edit, manage members action To Test - set 'groups_panel': True in settings.py - enable keystone v3 in local_settings.py Co-Authored-By:
Shu Muto <shu.mutow@gmail.com> Change-Id: If072ef89dab7aeccef8988d165d687621f1edb7c Implements: blueprint ng-groups-actions
-
Shu Muto authored
The actions on Angularized users panel and roles panel does not support following setting. OPENSTACK_KEYSTONE_BACKEND = { 'can_edit_user': True, 'can_edit_role': True, } This patch enables to support these settings. To enable this settings, add 'OPENSTACK_KEYSTONE_BACKEND' into 'REST_API_REQUIRED_SETTINGS' setting. Change-Id: I7888bd2c2977dc010911d2e7ecf42815354e081b Closes-Bug: #1779268
-
- Jul 17, 2018
-
-
Zuul authored
-
Zuul authored
-
Adrian Turjak authored
DEFAULT_SERVICE_REGIONS is cumbersome when you have more than one keystone endpoint and all you want to do is set a global default service region. This adds '*' as an optional fallback key to mean global default. If an endpoint matches it will take precedence over the '*' value. This also fixes the precedence order for DEFAULT_SERVICE_REGIONS so that a user controlled cookie is used instead when that cookie is valid for the given catalog. This changes the way the setting works, but retains the intended result the setting was originally intended for. Change-Id: Ieefbd642d853fcfcf22a17d9edcc7daae72790a4 blueprint: global-default-service-region Closes-Bug: #1772345 Related-Bugs: #1359774 #1703390
-
- Jul 16, 2018
- Jul 15, 2018
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I08f05af899849f63672cfee0bf356dd4310dc9cb
-
- Jul 13, 2018
-
-
Zuul authored
-
- Jul 12, 2018
-
-
Zuul authored
-
Zuul authored
-
Qian Min Chen authored
Change-Id: I3d5a3e243fbc897a3b42f72be815988089c59d2c
-
- Jul 11, 2018
- Jul 10, 2018
-
-
Tuan Do Anh authored
Change-Id: Ibf43dc5ba02958cb2c7fcafa14aadcedf8eb723d
-
- Jul 09, 2018
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Iae39b6c5fde9994ac8231da348d35ec2a16ec00a
-
- Jul 08, 2018
-
-
Qian Min Chen authored
Since the horizon remove the 'run_tests.sh' file, so there should remove '.venv' from the '.tox.ini' file. Change-Id: I3f956521ac1af37df77961991eddbfc0a3afb718
-