@@ -504,7 +504,7 @@ func GetDefaultOpenStackControlPlaneSpec() map[string]interface{} {
504504 "databaseInstance" : "openstack" ,
505505 "secret" : "osp-secret" ,
506506 "passwordSelectors" : map [string ]interface {}{
507- "AuthEncryptionKey " : "HeatAuthEncryptionKey" ,
507+ "authEncryptionKey " : "HeatAuthEncryptionKey" ,
508508 },
509509 }
510510 telemetryTemplate := map [string ]interface {}{
@@ -521,6 +521,22 @@ func GetDefaultOpenStackControlPlaneSpec() map[string]interface{} {
521521 "enabled" : false ,
522522 },
523523 }
524+ manilaTemplate := map [string ]interface {}{
525+ "rabbitMqClusterName" : "rabbitmq" ,
526+ "memcachedInstance" : "memcached" ,
527+ "databaseAccount" : "account" ,
528+ "manilaAPI" : map [string ]interface {}{
529+ "replicas" : 1 ,
530+ },
531+ "manilaScheduler" : map [string ]interface {}{
532+ "replicas" : 1 ,
533+ },
534+ "manilaShares" : map [string ]interface {}{
535+ "share1" : map [string ]interface {}{
536+ "replicas" : 1 ,
537+ },
538+ },
539+ }
524540
525541 return map [string ]interface {}{
526542 "secret" : "osp-secret" ,
@@ -578,11 +594,10 @@ func GetDefaultOpenStackControlPlaneSpec() map[string]interface{} {
578594 "barbican" : map [string ]interface {}{
579595 "enabled" : false ,
580596 },
581- "openstackclient" : map [string ]interface {}{
582- "enabled" : true ,
583- },
597+ "openstackclient" : map [string ]interface {}{},
584598 "manila" : map [string ]interface {}{
585- "enabled" : true ,
599+ "enabled" : true ,
600+ "template" : manilaTemplate ,
586601 },
587602 "heat" : map [string ]interface {}{
588603 "enabled" : true ,
0 commit comments