Fix base service type inheriting gnocchi service templates
[apex-tripleo-heat-templates.git] / puppet / services / swift-ringbuilder.yaml
index b341b0f..f41228e 100644 (file)
@@ -4,6 +4,15 @@ description: >
   OpenStack Swift Ringbuilder
 
 parameters:
+  ServiceNetMap:
+    default: {}
+    description: Mapping of service_name -> network name. Typically set
+                 via parameter_defaults in the resource registry.  This
+                 mapping overrides those in ServiceNetMapDefaults.
+    type: json
+  DefaultPasswords:
+    default: {}
+    type: json
   EndpointMap:
     default: {}
     description: Mapping of service endpoint -> protocol. Typically set
@@ -30,7 +39,7 @@ outputs:
   role_data:
     description: Role data for Swift Ringbuilder configuration.
     value:
-      service_name: swift-ringbuilder
+      service_name: swift_ringbuilder
       config_settings:
         tripleo::profile::base::swift::ringbuilder::build_ring: {get_param: SwiftRingBuild}
         tripleo::profile::base::swift::ringbuilder::replicas: {get_param: SwiftReplicas}