<div dir="ltr"><div><div><div>Hello,<br><br><br></div>Suppose we have a cinder backend in local.conf | cinder.conf as :<br><br><br>[myNFSBackend]<br>nfs_mount_options = nfsvers=3<br>volume_backend_name = myNFSBackend<br>volume_driver = cinder.volume.drivers.netapp.common.NetAppDriver<br>netapp_server_hostname = IP<br>netapp_server_port = 80<br>netapp_storage_protocol = nfs<br>netapp_storage_family = ontap_cluster<br>netapp_login = admin<br>netapp_password = password<br>netapp_vserver = vserver_name<br>nfs_shares_config = /opt/stack/nfs.shares<br><br><br></div>We would like to access some of such cinder backend configuration information from Heat. More specifically from custom resource inside the Heat (e.g. access the netapp_server_hostname, netapp_login, netapp_password etc. when defining a custom resource class extending the base Resource class). The purpose is to facilitate some (soap) service call to the backend storage from custom resource definitions.<br><br><br></div><div>What is the best pattern/mechanism available? Any pointers to code/doc will be highly appreciated. <br><br><br></div><div>Does any database table holds the local.conf (or service specific conf) information? <br><br><br><br></div><div>Thanks,<br></div><div>Pradip<br><br><br></div><div><br><br></div><div><br></div><div><div><br></div></div></div>