commit | 56131eb11fa431a13028e90f179e5444c0297f2a | [log] [tgz] |
---|---|---|
author | Clark Boylan <clark.boylan@gmail.com> | Sat Sep 30 09:55:38 2017 -0700 |
committer | John L. Villalovos <john.l.villalovos@intel.com> | Wed Oct 04 16:06:27 2017 -0700 |
tree | 22efec42b81ec9208cb4955d7ef125e23106fc76 | |
parent | 301d4d1678c3c1342abc03e51a74574f7792a58b [diff] |
Move glance auth cache creation to configure_glance We install the glance api on all nodes in multinode testing. This has been failing because we don't configure the glance auth cache dirs if we only install the glance api service. This was done as part of init_glance which is only run when installing g-reg. Fix this by moving the auth cache dir creation step into configure_glance which is run for the glance api. Change-Id: Ie669827507df0f524e6e53fe4ab3dff848dd4bd7