|
...
|
...
|
@@ -85,12 +85,6 @@ function cleanup_horizon {
|
|
85
|
85
|
# configure_horizon() - Set config files, create data dirs, etc
|
|
86
|
86
|
function configure_horizon {
|
|
87
|
87
|
setup_develop $HORIZON_DIR
|
|
88
|
|
-
|
|
89
|
|
- # Compile message catalogs.
|
|
90
|
|
- # Horizon is installed as develop mode, so we can compile here.
|
|
91
|
|
- # Message catalog compilation is handled by Django admin script,
|
|
92
|
|
- # so compiling them after the installation avoids Django installation twice.
|
|
93
|
|
- (cd $HORIZON_DIR; ./run_tests.sh -N --compilemessages)
|
|
94
|
88
|
}
|
|
95
|
89
|
|
|
96
|
90
|
# init_horizon() - Initialize databases, etc.
|
|
...
|
...
|
@@ -147,9 +141,6 @@ function install_django_openstack_auth {
|
|
147
|
147
|
if use_library_from_git "django_openstack_auth"; then
|
|
148
|
148
|
local dir=${GITDIR["django_openstack_auth"]}
|
|
149
|
149
|
git_clone_by_name "django_openstack_auth"
|
|
150
|
|
- # Compile message catalogs before installation
|
|
151
|
|
- _prepare_message_catalog_compilation
|
|
152
|
|
- (cd $dir; python setup.py compile_catalog)
|
|
153
|
150
|
setup_dev_lib "django_openstack_auth"
|
|
154
|
151
|
fi
|
|
155
|
152
|
# if we aren't using this library from git, then we just let it
|