diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-06-09 11:28:49 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-06-09 11:28:50 +0000 |
commit | 2895d8d65adbc17f035425305f28a5ee0938f40d (patch) | |
tree | d093ac63315a9a61a984875fdc627813e2e248a7 /docker/services/ceilometer-agent-notification.yaml | |
parent | e7dda1bfa332bdfb38afdc0be11b67012eacb4fc (diff) | |
parent | af3828437e4ec92a738023afd29f12225161866e (diff) |
Merge "Make container names consistent"
Diffstat (limited to 'docker/services/ceilometer-agent-notification.yaml')
-rw-r--r-- | docker/services/ceilometer-agent-notification.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/services/ceilometer-agent-notification.yaml b/docker/services/ceilometer-agent-notification.yaml index 79df3306..36424e91 100644 --- a/docker/services/ceilometer-agent-notification.yaml +++ b/docker/services/ceilometer-agent-notification.yaml @@ -68,7 +68,7 @@ outputs: - '/' - [ {get_param: DockerNamespace}, {get_param: DockerCeilometerNotificationImage} ] kolla_config: - /var/lib/kolla/config_files/ceilometer-agent-notification.json: + /var/lib/kolla/config_files/ceilometer_agent_notification.json: command: /usr/bin/ceilometer-agent-notification docker_config: step_3: @@ -80,7 +80,7 @@ outputs: volumes: - /var/log/containers/ceilometer:/var/log/ceilometer step_4: - ceilometer_agent-notification: + ceilometer_agent_notification: image: *ceilometer_agent_notification_image net: host privileged: false @@ -89,7 +89,7 @@ outputs: list_concat: - {get_attr: [ContainersCommon, volumes]} - - - /var/lib/kolla/config_files/ceilometer-agent-notification.json:/var/lib/kolla/config_files/config.json:ro + - /var/lib/kolla/config_files/ceilometer_agent_notification.json:/var/lib/kolla/config_files/config.json:ro - /var/lib/config-data/ceilometer/etc/ceilometer/:/etc/ceilometer/:ro environment: - KOLLA_CONFIG_STRATEGY=COPY_ALWAYS |