From f43dbb502910a38e72c53140c74426ba7daa6a98 Mon Sep 17 00:00:00 2001 From: Daneyon Hansen Date: Thu, 16 Apr 2015 22:29:07 +0000 Subject: [PATCH] Adds Mariadb-client to the Heat template Previously, one would have to use nsenter or docker exec to interact with the mariadb container. This patch adds mariadb client support to the Fedora 21 instance, making it easier to work with and test the mariadb-server container. Change-Id: Iebfbd88b7ca6a86268e03e3e4cf4763dd46fd6a7 --- devenv/kollanode.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devenv/kollanode.yaml b/devenv/kollanode.yaml index 4c729ca8d0..87e151c23b 100644 --- a/devenv/kollanode.yaml +++ b/devenv/kollanode.yaml @@ -184,6 +184,9 @@ resources: systemctl enable ntpd systemctl start ntpd + # Install mariadb-client + yum install -y mariadb + # Install OpenStack Clients yum install -y python-keystoneclient python-glanceclient \ python-novaclient python-cinderclient \