Removed patch for monasca-api plugin

The patch allowing us to disable other monasca components is no
longer necessary so remove it from our vagrant process.

Change-Id: I490b557de05ce6696d35783d7cc55db9d0044fbd
This commit is contained in:
David C Kennedy 2016-06-14 10:31:46 +01:00
parent c7aabb6927
commit 72f240b926
2 changed files with 0 additions and 1819 deletions

View File

@ -74,9 +74,6 @@ Vagrant.configure(2) do |config|
config.vm.provision "shell", path: "install.sh"
# provision the environments
config.vm.provision "shell", path: "provision-pg-tips.sh", privileged: false
# pg-tips will now have monasca-api cloned so push our plugin.sh into place
config.vm.provision "file", source: "monasca-api-plugin.sh", \
destination: "/home/vagrant/monasca-api/devstack/plugin.sh"
# pg-tips will now have devstack cloned so push our local.conf file into place
config.vm.provision "file", source: "local.conf", \

File diff suppressed because it is too large Load Diff