From 0194803935e7fcd13b87a94f298bcd4eb0b2e01b Mon Sep 17 00:00:00 2001
From: Sam Yaple <sam@yaple.net>
Date: Tue, 3 Nov 2015 05:18:53 +0000
Subject: [PATCH] Add missing murano-api to site.yml

Related to I6b6f2c266cbb4c8131a949e31094572dad91fc40

TrivialFix
Backport: Liberty

Change-Id: If7096682f4b0923835d3cd74d72988fd8d1346f1
---
 ansible/site.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/site.yml b/ansible/site.yml
index f89884f23a..ccfa0c3819 100755
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -3,7 +3,7 @@
   roles:
     - { role: ceph, tags: ceph, when: enable_ceph | bool }
 
-- hosts: [haproxy, mariadb, rabbitmq, cinder-api, glance-api, keystone, nova-api, neutron-server, swift-proxy-server]
+- hosts: [haproxy, mariadb, rabbitmq, cinder-api, glance-api, keystone, murano-api, nova-api, neutron-server, swift-proxy-server]
   roles:
     - { role: haproxy, tags: haproxy, when: enable_haproxy | bool }
 
-- 
GitLab