commit | 1d2e40f76469e64283a5f828d84256436334c75f | [log] [tgz] |
---|---|---|
author | Jordan Pittier <jordan.pittier@scality.com> | Tue Jan 05 18:49:14 2016 +0100 |
committer | Jordan Pittier <jordan.pittier@scality.com> | Tue Jan 05 18:49:14 2016 +0100 |
tree | f2ddd8f5cabd327a194a4a593151007b70fcda18 | |
parent | 6419fb11e31e75125c800b40657efe2eff815e37 [diff] |
Scenario manager: don't access glance_client if Glance is not available Without this patch, if Glance is not enabled, then no Tempest scenario can be executed because scenario/manager.py tries to access the `image_client` attribute during its initialization. But `image_client` is defined only if CONF.service_available.glance is true. Change-Id: Ib8d317608ac6a13438581f389b42064772908ef9 Closes-Bug: #1513474