Merge "Fix horizon_image_upload_mode naming"
This commit is contained in:
commit
4a3dc85c9e
@ -23,4 +23,4 @@ glance_service_adminurl: "{{ openstack_service_adminuri_proto }}://{{ internal_l
|
||||
# When running RBD or horizon image upload mode is direct allow multiple locations.
|
||||
# See https://bugs.launchpad.net/openstack-ansible/+bug/1730722 for more on the
|
||||
# this topic.
|
||||
glance_show_multiple_locations: "{{ (glance_default_store == 'rbd') or (horizon_image_upload_mode == 'direct') }}"
|
||||
glance_show_multiple_locations: "{{ (glance_default_store == 'rbd') or (horizon_images_upload_mode == 'direct') }}"
|
||||
|
@ -13,4 +13,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
horizon_image_upload_mode: direct
|
||||
horizon_images_upload_mode: direct
|
||||
|
Loading…
Reference in New Issue
Block a user