From 4d165a20f7aac8e816e04e8a6c6fa7f9cf0d63ac Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 3 Nov 2024 18:44:38 +0900 Subject: [PATCH] cinder: Configure [nova] options These options are required to use some features in cinder (live extension of attached volumes). Change-Id: I0f3b89e8ba174ffd0588269e3024d2f1367a6108 --- manifests/cinder.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/cinder.pp b/manifests/cinder.pp index 5cd1f88cd..5b4bedf55 100644 --- a/manifests/cinder.pp +++ b/manifests/cinder.pp @@ -142,6 +142,10 @@ class openstack_integration::cinder ( class { 'cinder::glance': allowed_direct_url_schemes => ['cinder'], } + class { 'cinder::nova': + password => 'a_big_secret', + auth_url => $::openstack_integration::config::keystone_admin_uri, + } case $backend { 'iscsi': { class { 'cinder::setup_test_volume':