From 3b016e1603034a2b7767f04afd865c330c9ff9de Mon Sep 17 00:00:00 2001 From: Logan V Date: Mon, 1 Feb 2016 12:55:56 -0600 Subject: [PATCH] Use root user when configuring Galera LXC profile Fix Galera play to match the rest of the OSA container plays which explicitly run as root user. Change-Id: I3b97b9a64ce19bda63878eeede205da0d26ec102 --- playbooks/galera-install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/galera-install.yml b/playbooks/galera-install.yml index 51ea8a2784..984e478742 100644 --- a/playbooks/galera-install.yml +++ b/playbooks/galera-install.yml @@ -16,6 +16,7 @@ - name: Galera container config hosts: galera_all max_fail_percentage: 0 + user: root tasks: - name: Use the lxc-openstack aa profile lxc_container: