aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuel-plugin/Dockerfile
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2016-12-18 19:31:42 -0500
committerGuo Ruijing <ruijing.guo@intel.com>2016-12-27 20:06:41 -0500
commit6c8273116b62d5fc6a85b6914930756f81f7175b (patch)
tree70b4bf5a0f03af8ea138f1a81f17ac44a10dc45e /src/fuel-plugin/Dockerfile
parentdb7cec29b6a71c0eb0a5a3bcb1e20c4fac73d804 (diff)
build collectd with pqos
1. can build collectd with pqos 2. ceilometer with collectd basic functionality work as expected 3. todo: need to verify pqos work as expected Change-Id: I9f992de6ef5d8c0ea97a30162dd916bcd3accb34 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'src/fuel-plugin/Dockerfile')
-rw-r--r--src/fuel-plugin/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fuel-plugin/Dockerfile b/src/fuel-plugin/Dockerfile
index 301d796a..a7b1593c 100644
--- a/src/fuel-plugin/Dockerfile
+++ b/src/fuel-plugin/Dockerfile
@@ -4,5 +4,3 @@ FROM ubuntu:16.04
RUN apt-get update -y
RUN apt-get install -y sudo
-
-ADD ./build-collectd.sh /build-collectd.sh