From 8e9d2c5aa2a10e59756b21324fec7cbc64781ee6 Mon Sep 17 00:00:00 2001 From: James Page Date: Mon, 21 Nov 2016 12:33:36 +0000 Subject: [PATCH] Tidy test yaml file --- snap_openstack/tests/data/snap-openstack.yaml | 29 +------------------ 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/snap_openstack/tests/data/snap-openstack.yaml b/snap_openstack/tests/data/snap-openstack.yaml index c35b10b..7e4b4ad 100644 --- a/snap_openstack/tests/data/snap-openstack.yaml +++ b/snap_openstack/tests/data/snap-openstack.yaml @@ -1,15 +1,4 @@ -# Sample snap-openstack configuration file -# -# snap-openstack will automatically substitute the following -# in both paths for files and directories and in templates: -# -# SNAP_COMMON -> snap_common -# SNAP -> snap -# SNAP -> snap_shared -# -# Setup is executed for all entry points prior to execution -# snap-openstack will assure that templated files are in place -# and that any directory structure in $SNAP_COMMON is created +# Basic test yaml for snap-openstack setup: dirs: - "{snap_common}/etc/nova.conf.d" @@ -17,23 +6,7 @@ setup: - "{snap_common}/logs" templates: "nova-snap.conf.j2": "{snap_common}/etc/nova.conf.d/nova-snap.conf" -# Entry points are used to execute commands from with the snap -# with a sane set of defaults in terms of configuration files -# and directories entry_points: - # Executes the following: - # - # nova-manage --config-file=$SNAP/etc/nova/nova,conf \ - # --config-file=$SNAP_COMMON/etc/nova/nova.conf \ - # --config-dir=$SNAP_COMMON/etc/nova.conf.d \ - # --log-file=$SNAP_COMMON/logs/nova-manage.log - # - # this is designed to be executed from the snapcraft.yaml apps section - # using: - # - # command: snap-openstack nova-manage - # - # any additional arguments will be passed to the underlying binary nova-manage: binary: nova-manage config-files: