From bb370daeff08442c48e443323a08d7ce3813de18 Mon Sep 17 00:00:00 2001 From: Evgeniy L Date: Fri, 17 Apr 2015 15:09:03 +0300 Subject: [PATCH] Add keystone and haproxy installation into default profile template --- templates/profile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/profile.yml b/templates/profile.yml index dc24132..991e5f5 100644 --- a/templates/profile.yml +++ b/templates/profile.yml @@ -16,6 +16,8 @@ run: - mariadb.actions.run - mariadb.actions.wait - mariadb.actions.users + - keystone.actions.run + - haproxy.actions.run remove: - mariadb.actions.remove