diff options
Diffstat (limited to 'sdc-os-chef/pom.xml')
-rw-r--r-- | sdc-os-chef/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index 36bc3c1e71..150b52f54f 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -148,14 +148,14 @@ </image> <!-- Build elastic search image --> - <!--<image> + <image> <name>openecomp/sdc-elasticsearch:%l</name> <alias>sdc-elasticsearch</alias> <build> <cleanup>try</cleanup> <dockerFileDir>${project.basedir}/sdc-elasticsearch</dockerFileDir> </build> - </image>--> + </image> <!-- Build kibana image --> <image> |