From 1fd26bc0e841a8cf65715f6236eef53bed4ed71a Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sun, 11 Feb 2018 16:12:37 -0500 Subject: [PATCH] Run openstack_openrc before Magnum installation The Magnum role attempts to upload images for the operation of Magnum, however, the role for openrc is installed after magnum which means the role cannot use the 'default' cloud profile to upload images. This patch adjusts the order so that the os_magnum role is able to upload images. Change-Id: I10846e5844c2f02c1a5450eaa950b3704672c324 --- playbooks/os-magnum-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/os-magnum-install.yml b/playbooks/os-magnum-install.yml index f87b0779f7..c3587c367e 100644 --- a/playbooks/os-magnum-install.yml +++ b/playbooks/os-magnum-install.yml @@ -50,10 +50,10 @@ db_name: "{{ magnum_galera_database_name }}" when: inventory_hostname == groups['magnum_all'][0] roles: - - role: "os_magnum" - role: "openstack_openrc" tags: - openrc + - role: "os_magnum" - role: "rsyslog_client" rsyslog_client_log_rotate_file: magnum_log_rotate rsyslog_client_log_dir: "/var/log/magnum"