Fixes typo on cinder config filename
Change-Id: If646b8e9df4adabdf7f782eb4e447ef385a90a4c
This commit is contained in:
parent
0cf56a3bb2
commit
ad443c2d8e
@ -69,7 +69,7 @@ class CinderStoragePluginCharm(ops_openstack.core.OSBaseCharm):
|
|||||||
def render_config(self, config, app_name):
|
def render_config(self, config, app_name):
|
||||||
return json.dumps({
|
return json.dumps({
|
||||||
"cinder": {
|
"cinder": {
|
||||||
"/etc/cinder/cinder.confg": {
|
"/etc/cinder/cinder.conf": {
|
||||||
"sections": {app_name: self.cinder_configuration(config)}
|
"sections": {app_name: self.cinder_configuration(config)}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user