Group Based Policy UI
Go to file
ank 8dfedc0293 Allow specific PTGs to hide from member create
By default all PTGs will be listed as available groups
and allows to select any groups.There is no way to specify
PTGs to not consider while launching a member.
As a solution, providing optional configuration parameter
GBPUI_HIDE_PTG_NAMES_FROM_MEMBER_CREATE to specify
which group to excule based on group name regex match.

This optional parameter can be specified in openstack dashboard
local settings(openstack_dashboard/local/local_settings.py)

e.g.
GBPUI_HIDE_PTG_NAMES_FROM_MEMBER_CREATE =
    ['*.backup_network_group_name', '*.another_group_name']

With the above definition, create member form wont show PTGs with
name ending 'backup_network_group_name' and 'another_group_name'

Change-Id: Ibda517bb8bb747e9cf205979521c6903fdef8d17
Closes-Bug: #bug/1639137
(cherry picked from commit d725eeabaf)
2016-11-29 04:02:21 +00:00
doc/source Repo Init 2014-10-17 17:54:15 -07:00
gbpui Allow specific PTGs to hide from member create 2016-11-29 04:02:21 +00:00
tools Repo Init 2014-10-17 17:54:15 -07:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:59:39 +00:00
.gitignore Repo Init 2014-10-17 17:54:15 -07:00
.gitreview Updating stackforge references to openstack 2015-10-17 14:05:21 -07:00
.mailmap Repo Init 2014-10-17 17:54:15 -07:00
.testr.conf Repo Init 2014-10-17 17:54:15 -07:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:45 +00:00
HACKING.rst Repo Init 2014-10-17 17:54:15 -07:00
LICENSE Repo Init 2014-10-17 17:54:15 -07:00
MANIFEST.in Repo Init 2014-10-17 17:54:15 -07:00
README.rst Updating stackforge references to openstack 2015-10-17 14:05:21 -07:00
babel.cfg Repo Init 2014-10-17 17:54:15 -07:00
manage.py Repo Init 2014-10-17 17:54:15 -07:00
openstack-common.conf Repo Init 2014-10-17 17:54:15 -07:00
requirements.txt Updating test-requirements to point to kilo 2015-04-28 20:53:30 -07:00
run_tests.sh Repo Init 2014-10-17 17:54:15 -07:00
setup.cfg Remove version number from setup.cfg 2016-01-28 22:38:48 -08:00
setup.py Repo Init 2014-10-17 17:54:15 -07:00
test-requirements.txt Aligning with liberty dependencies 2016-01-01 19:19:55 -08:00
tox.ini Repo Init 2014-10-17 17:54:15 -07:00

README.rst

group-based-policy-ui

Horizon modules for Group Based Policy

Features

  • TODO