Splits OpenStack Dashboard bits from framework app code.
Moves everything OpenStack-specific (dashboards, apis, etc.) into the openstack_dashboard project, achieving a much cleaner separation between the project-specific code and the generic Horizon framework code. Change-Id: I7235b41d449b26c980668fc3eb4360b24508717b
This commit is contained in:
@@ -18,8 +18,7 @@ class Command(TemplateCommand):
|
||||
default=None,
|
||||
help='The dotted python path to the '
|
||||
'dashboard which this panel will be '
|
||||
'registered with, e.g. '
|
||||
'"horizon.dashboards.syspanel".'),
|
||||
'registered with.'),
|
||||
make_option('--target',
|
||||
dest='target',
|
||||
action='store',
|
||||
|
||||
Reference in New Issue
Block a user