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:
Gabriel Hurley
2012-10-04 15:43:40 -07:00
parent ef1e1d9b7a
commit cb8e7c1f8f
569 changed files with 51653 additions and 53160 deletions

View File

@@ -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',