commit | 442c57e16855863346806bd6b21e82515158b9e8 | [log] [tgz] |
---|---|---|
author | Dan Smith <dansmith@redhat.com> | Thu Jul 16 10:41:13 2020 -0700 |
committer | Dan Smith <dansmith@redhat.com> | Thu Jul 16 10:41:13 2020 -0700 |
tree | 42cd3f2d4ec3a5f964a77ecba494f7e742435ff5 | |
parent | cc0821a5867358b34d7a9c156d02bd19b2f46dec [diff] |
Disable all import methods if glance is not standalone Glance should not be exposing import methods that cannot work via its API, but it does today. In order for tempest (et al) to be able to properly detect whether import is possible, we must configure the import methods in standalone mode, or disable them in wsgi mode. The referenced Glance patch will make this a requirement. Change-Id: I3bf3498d83607c5e98b70877c061dc54fc3c0a6e Needed-By: https://review.opendev.org/#/c/741497/