From d5e5e5b4212ab7fb62d9f7d55698b6dddbeedac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Thu, 28 Apr 2016 16:16:10 +0200 Subject: [PATCH] Use master branch of solar-resources Change-Id: I05ffef536fabb7ddf360930725501652e12b4454 --- bootstrap/playbooks/solar.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/playbooks/solar.yaml b/bootstrap/playbooks/solar.yaml index 3801f78c..29c542ec 100644 --- a/bootstrap/playbooks/solar.yaml +++ b/bootstrap/playbooks/solar.yaml @@ -19,7 +19,7 @@ tasks: # setup solar-resources # change to openstack/solar-resources later - - git: repo=https://github.com/openstack/solar-resources.git version=0.2.0 dest=/vagrant/solar-resources update=no + - git: repo=https://github.com/openstack/solar-resources.git version=master dest=/vagrant/solar-resources update=no - shell: 'mount|grep " /vagrant"' register: vagrant_mounted