summaryrefslogtreecommitdiff
path: root/strata/openstack-services
diff options
context:
space:
mode:
Diffstat (limited to 'strata/openstack-services')
-rw-r--r--strata/openstack-services/horizon.morph2
-rw-r--r--strata/openstack-services/open-iscsi.morph3
-rw-r--r--strata/openstack-services/rabbitmq-server.morph1
3 files changed, 2 insertions, 4 deletions
diff --git a/strata/openstack-services/horizon.morph b/strata/openstack-services/horizon.morph
index 74930a1e..61ff7774 100644
--- a/strata/openstack-services/horizon.morph
+++ b/strata/openstack-services/horizon.morph
@@ -47,12 +47,10 @@ install-commands:
- |
echo "COMPRESS_OFFLINE=True" >> \
"$DESTDIR"/etc/horizon/openstack_dashboard/local_settings.py
-
- mkdir -p "$DESTDIR"/var/lib/horizon/openstack_dashboard/local
- |
ln -sf /etc/horizon/openstack_dashboard/local_settings.py \
"$DESTDIR"/var/lib/horizon/openstack_dashboard/local/local_settings.py
-
# Create the static directory (STATIC_ROOT) used in local_settings.py to keep
# the static objects like css files.
- mkdir -p "$DESTDIR"/var/lib/horizon/static
diff --git a/strata/openstack-services/open-iscsi.morph b/strata/openstack-services/open-iscsi.morph
index 9d135ab2..6a0b73b3 100644
--- a/strata/openstack-services/open-iscsi.morph
+++ b/strata/openstack-services/open-iscsi.morph
@@ -6,7 +6,8 @@ install-commands:
# Rewrite prefix and exec_prefix which are set to "/usr" and "/" respectively
- make prefix="$PREFIX" exec_prefix="$PREFIX" DESTDIR="$DESTDIR" install
# Install iscsistart app which is not listed by default in PROGRAMS
-- make prefix="$PREFIX" exec_prefix="$PREFIX" DESTDIR="$DESTDIR" PROGRAMS="usr/iscsistart" install
+- make prefix="$PREFIX" exec_prefix="$PREFIX" DESTDIR="$DESTDIR" PROGRAMS="usr/iscsistart"
+ install
post-install-commands:
# Configure iscsi daemon
# Point the startup to the installed binary
diff --git a/strata/openstack-services/rabbitmq-server.morph b/strata/openstack-services/rabbitmq-server.morph
index 97b8a126..9da9939e 100644
--- a/strata/openstack-services/rabbitmq-server.morph
+++ b/strata/openstack-services/rabbitmq-server.morph
@@ -11,6 +11,5 @@ install-commands:
SBIN_DIR="$DESTDIR$PREFIX"/sbin \
MAN_DIR="$PREFIX"/share/man \
DOC_INSTALL_DIR="$PREFIX"/share
-
post-install-commands:
- rm "$DESTDIR$PREFIX"/LICENSE* "$DESTDIR$PREFIX"/INSTALL