Group Based Policy UI
Go to file
ank d725eeabaf 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
2016-11-14 09:52:42 +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-14 09:52:42 +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 Merge "remove python 2.6 trove classifier" 2016-02-03 16:18:42 +00:00
setup.py Syncing with mitaka dependencies 2016-03-02 09:45:13 +05:30
test-requirements.txt Pinning to stable/mitaka 2016-03-22 22:49:49 -07:00
tox.ini Deprecated tox -downloadcache option removed 2015-12-11 23:03:03 +01:00

README.rst

group-based-policy-ui

Horizon modules for Group Based Policy

Features

  • TODO