From be566009045c51006c71adb7df86bc7710edb9b2 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 31 May 2013 18:47:07 -0700 Subject: [PATCH] Update quantum+cinder branches to master. Change-Id: Ie812328c37ec50bee2b9e336ac4e3659b0b873a4 --- conf/components/cinder.yaml | 2 +- conf/components/quantum.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/components/cinder.yaml b/conf/components/cinder.yaml index 3a96e772..21ad7574 100755 --- a/conf/components/cinder.yaml +++ b/conf/components/cinder.yaml @@ -2,7 +2,7 @@ --- # Where we download this from... -get_from: "git://github.com/openstack/cinder.git?tag=2013.1" +get_from: "git://github.com/openstack/cinder.git?branch=master" # Host and ports for the different cinder services api_host: "$(auto:ip)" diff --git a/conf/components/quantum.yaml b/conf/components/quantum.yaml index a036531f..a44c8284 100644 --- a/conf/components/quantum.yaml +++ b/conf/components/quantum.yaml @@ -2,7 +2,7 @@ --- # Where we download this from... -get_from: "git://github.com/openstack/quantum.git?tag=2013.1" +get_from: "git://github.com/openstack/quantum.git?branch=master" # Host and ports for the different quantum services api_host: "$(auto:ip)"