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)"