diff options
Diffstat (limited to 'swift-storage-puppet.yaml')
-rw-r--r-- | swift-storage-puppet.yaml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/swift-storage-puppet.yaml b/swift-storage-puppet.yaml index c77f667f..38183bba 100644 --- a/swift-storage-puppet.yaml +++ b/swift-storage-puppet.yaml @@ -1,10 +1,6 @@ heat_template_version: 2014-10-16 description: 'Common Swift Storage Configuration' parameters: - #FIXME: this should not be required. - ControllerIP: - default: '' - type: string Flavor: description: Flavor for Swift storage nodes to request when deploying. type: string @@ -27,14 +23,6 @@ parameters: default: 'false' description: Value of mount_check in Swift account/container/object -server.conf type: boolean - #FIXME: this is is not required. Leaving here for compatability with the overcloud template. - NeutronEnableTunnelling: - default: "True" - type: string - #FIXME: this is is not required. Leaving here for compatability with the overcloud template. - NeutronNetworkType: - default: gre - type: string MinPartHours: type: number default: 1 @@ -43,13 +31,6 @@ parameters: default: 10 description: Partition Power to use when building Swift rings type: number - #FIXME: this is is not required. Leaving here for compatability with the overcloud template. - Password: - default: unset - description: The password for the swift service account, used by the swift proxy - services. - hidden: true - type: string Replicas: type: number default: 1 |