From 6c8273116b62d5fc6a85b6914930756f81f7175b Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Sun, 18 Dec 2016 19:31:42 -0500 Subject: 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 --- src/fuel-plugin/vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fuel-plugin/vagrant/Vagrantfile') diff --git a/src/fuel-plugin/vagrant/Vagrantfile b/src/fuel-plugin/vagrant/Vagrantfile index 8e2d9db1..ba237d79 100644 --- a/src/fuel-plugin/vagrant/Vagrantfile +++ b/src/fuel-plugin/vagrant/Vagrantfile @@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.define "fuel" do | h | h.vm.host_name = "fuel" - h.vm.provision :shell, :inline => "/vagrant/build_fuel_plugin.sh", privileged: false + h.vm.provision :shell, :inline => "cd /fuel-plugin; ./build_fuel_plugin.sh", privileged: false h.vm.synced_folder "..", "/fuel-plugin" h.vm.provider :virtualbox do |v| v.customize ["modifyvm", :id, "--memory", 4096] -- cgit 1.2.3-korg