diff --git a/docker/services/swift-proxy.yaml b/docker/services/swift-proxy.yaml index 2eaa9d6439..b97669bb94 100644 --- a/docker/services/swift-proxy.yaml +++ b/docker/services/swift-proxy.yaml @@ -77,7 +77,7 @@ outputs: # BEGIN DOCKER SETTINGS puppet_config: config_volume: swift - puppet_tags: swift_proxy_config + puppet_tags: swift_config,swift_proxy_config step_config: *step_config config_image: {get_param: DockerSwiftConfigImage} kolla_config: diff --git a/releasenotes/notes/swift-proxy-use-hash-suffix-a0641435337a4b05.yaml b/releasenotes/notes/swift-proxy-use-hash-suffix-a0641435337a4b05.yaml new file mode 100644 index 0000000000..4f7d8ca8ce --- /dev/null +++ b/releasenotes/notes/swift-proxy-use-hash-suffix-a0641435337a4b05.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + Add swift_config puppet tag to the dockerized proxy service to + ensure the required hash values in swift.conf are set properly. + This is required when deploying a proxy node without the + storage service at the same time.