summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-11-02 13:50:52 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2017-11-02 15:56:47 +0100
commit18c930055ff46edbb4a72b5f2709608af78a29a6 (patch)
tree91fd7dd808414541ed0e2f4820ccb236945d0af3
parent6dc4ef01a4c2df5010cb9f236e1455e7a920c31b (diff)
downloadmeta-cloud-services-18c930055ff46edbb4a72b5f2709608af78a29a6.tar.gz
Update SRC_URI for Openstack recipes fetched from git
Openstack deleted the newton/stable branch from their git repos. We have to rely directly on the commit hash for fetching Newton from git now. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometer_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-glanceclient_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-mistralclient_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutronclient_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-novaclient_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-brick_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-client-config_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-vif_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-win_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.config_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.context_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.db_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.log_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.service_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslotest_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-troveclient_git.bb2
35 files changed, 35 insertions, 35 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
index 319315f..3135bf1 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7SRCNAME = "ceilometer" 7SRCNAME = "ceilometer"
8 8
9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton \ 9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1 \
10 file://ceilometer.conf \ 10 file://ceilometer.conf \
11 file://ceilometer.init \ 11 file://ceilometer.init \
12" 12"
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
index ef6b762..0f7d0ca 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
@@ -28,7 +28,7 @@ RDEPENDS_${PN} +=" \
28 " 28 "
29 29
30SRC_URI = "\ 30SRC_URI = "\
31 git://github.com/openstack/python-ceilometerclient.git;branch=stable/newton \ 31 git://github.com/openstack/python-ceilometerclient.git;nobranch=1 \
32 file://fix_ceilometerclient_memory_leak.patch \ 32 file://fix_ceilometerclient_memory_leak.patch \
33 " 33 "
34 34
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
index 82dfdc3..ce32994 100644
--- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
@@ -13,7 +13,7 @@ SRCREV = "d4196325eb05dadfaf62d8facbd8c6fe50f72166"
13PV = "2.5.0+git${SRCPV}" 13PV = "2.5.0+git${SRCPV}"
14 14
15SRC_URI = "\ 15SRC_URI = "\
16 git://github.com/openstack/${BPN}.git;protocol=https;branch=stable/newton \ 16 git://github.com/openstack/${BPN}.git;protocol=https;nobranch=1 \
17 file://glance-api-check.sh \ 17 file://glance-api-check.sh \
18 " 18 "
19 19
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index e725e7b..3e702fa 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7SRCNAME = "keystone" 7SRCNAME = "keystone"
8 8
9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton \ 9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1 \
10 file://keystone.conf \ 10 file://keystone.conf \
11 file://identity.sh \ 11 file://identity.sh \
12 file://keystone \ 12 file://keystone \
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
index 963a2ac..1b0b1e7 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55"
7SRCNAME = "keystoneclient" 7SRCNAME = "keystoneclient"
8 8
9SRC_URI = "\ 9SRC_URI = "\
10 git://github.com/openstack/python-keystoneclient.git;branch=stable/newton \ 10 git://github.com/openstack/python-keystoneclient.git;nobranch=1 \
11 file://keystone-api-check.sh \ 11 file://keystone-api-check.sh \
12 " 12 "
13 13
diff --git a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
index 365cb39..adb4124 100644
--- a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55"
7SRCNAME = "keystonemiddleware" 7SRCNAME = "keystonemiddleware"
8 8
9SRC_URI = "\ 9SRC_URI = "\
10 git://git.openstack.org/openstack/keystonemiddleware;branch=stable/newton \ 10 git://git.openstack.org/openstack/keystonemiddleware;nobranch=1 \
11 " 11 "
12 12
13PV = "4.9.1+git${SRCPV}" 13PV = "4.9.1+git${SRCPV}"
diff --git a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
index d05391b..b703f82 100644
--- a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
@@ -21,7 +21,7 @@ RDEPENDS_${PN} +=" \
21 " 21 "
22 22
23SRCNAME = "mistralclient" 23SRCNAME = "mistralclient"
24SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/newton" 24SRC_URI = "git://github.com/openstack/${BPN}.git;nobranch=1"
25 25
26PV = "2.1.2+git${SRCPV}" 26PV = "2.1.2+git${SRCPV}"
27SRCREV = "1dcfc2c096a4610d63611bfd7d98687f3e5e2da4" 27SRCREV = "1dcfc2c096a4610d63611bfd7d98687f3e5e2da4"
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index b7609fb..e18ff72 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7SRCNAME = "neutron" 7SRCNAME = "neutron"
8 8
9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton \ 9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1 \
10 file://neutron-server.init \ 10 file://neutron-server.init \
11 file://neutron-agent.init \ 11 file://neutron-agent.init \
12 file://l3_agent.ini \ 12 file://l3_agent.ini \
diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
index c55463d..8c3325f 100644
--- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
@@ -28,7 +28,7 @@ RDEPENDS_${PN} +="\
28 python-six \ 28 python-six \
29 " 29 "
30 30
31SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=stable/newton \ 31SRC_URI = "git://github.com/openstack/python-neutronclient.git;nobranch=1 \
32 file://neutronclient-use-csv-flag-instead-of-json.patch \ 32 file://neutronclient-use-csv-flag-instead-of-json.patch \
33 file://neutron-api-check.sh \ 33 file://neutron-api-check.sh \
34 " 34 "
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index 31e3aad..c48c2e2 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -10,7 +10,7 @@ SRCNAME = "nova"
10 10
11FILESEXTRAPATHS_append := "${THISDIR}/${PN}" 11FILESEXTRAPATHS_append := "${THISDIR}/${PN}"
12 12
13SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton \ 13SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1 \
14 file://neutron-api-set-default-binding-vnic_type.patch \ 14 file://neutron-api-set-default-binding-vnic_type.patch \
15 " 15 "
16# restore post stable/juno: 16# restore post stable/juno:
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
index 3b2f7ad..eebfbbc 100644
--- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669"
6 6
7SRC_URI = "\ 7SRC_URI = "\
8 git://github.com/openstack/python-novaclient.git;branch=stable/newton \ 8 git://github.com/openstack/python-novaclient.git;nobranch=1 \
9 file://nova-api-check.sh \ 9 file://nova-api-check.sh \
10 " 10 "
11 11
diff --git a/meta-openstack/recipes-devtools/python/python-os-brick_git.bb b/meta-openstack/recipes-devtools/python/python-os-brick_git.bb
index 4234754..58d28d1 100644
--- a/meta-openstack/recipes-devtools/python/python-os-brick_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-brick_git.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7SRC_URI = "\ 7SRC_URI = "\
8 git://github.com/openstack/os-brick.git;branch=stable/newton \ 8 git://github.com/openstack/os-brick.git;nobranch=1 \
9 " 9 "
10 10
11PV = "1.6.2+git${SRCPV}" 11PV = "1.6.2+git${SRCPV}"
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
index 1dbff23..5e569a6 100644
--- a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
@@ -8,7 +8,7 @@ PV = "1.21.1+git${SRCPV}"
8SRCREV = "c4742ec391151e918046efa5a550e012fe9d5081" 8SRCREV = "c4742ec391151e918046efa5a550e012fe9d5081"
9 9
10SRCNAME = "os-client-config" 10SRCNAME = "os-client-config"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta-openstack/recipes-devtools/python/python-os-vif_git.bb b/meta-openstack/recipes-devtools/python/python-os-vif_git.bb
index 371f20e..fc0643d 100644
--- a/meta-openstack/recipes-devtools/python/python-os-vif_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-vif_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7SRCNAME = "os-vif" 7SRCNAME = "os-vif"
8SRC_URI = "\ 8SRC_URI = "\
9 git://github.com/openstack/${SRCNAME}.git;branch=stable/newton \ 9 git://github.com/openstack/${SRCNAME}.git;nobranch=1 \
10 " 10 "
11 11
12PV = "1.2.1+git${SRCPV}" 12PV = "1.2.1+git${SRCPV}"
diff --git a/meta-openstack/recipes-devtools/python/python-os-win_git.bb b/meta-openstack/recipes-devtools/python/python-os-win_git.bb
index ae24a5e..e168bff 100644
--- a/meta-openstack/recipes-devtools/python/python-os-win_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-win_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7SRCNAME = "os-win" 7SRCNAME = "os-win"
8SRC_URI = "\ 8SRC_URI = "\
9 git://github.com/openstack/${SRCNAME}.git;branch=stable/newton \ 9 git://github.com/openstack/${SRCNAME}.git;nobranch=1 \
10 " 10 "
11 11
12PV = "1.2.2+git${SRCPV}" 12PV = "1.2.2+git${SRCPV}"
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
index 69fb449..489a7bf 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
@@ -8,7 +8,7 @@ PV = "1.14.1+git${SRCPV}"
8SRCREV = "ff5bbb96d73a83c1e25759c42a30f01608de5b8a" 8SRCREV = "ff5bbb96d73a83c1e25759c42a30f01608de5b8a"
9 9
10SRCNAME = "oslo.cache" 10SRCNAME = "oslo.cache"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
index a6d4b2d..d8f9de9 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
@@ -8,7 +8,7 @@ PV = "3.14.1+git${SRCPV}"
8SRCREV = "9ac99b675eae255b660b03d3a1e61599d09f8316" 8SRCREV = "9ac99b675eae255b660b03d3a1e61599d09f8316"
9 9
10SRCNAME = "oslo.concurrency" 10SRCNAME = "oslo.concurrency"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
index 40799bd..118ee66 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
@@ -8,7 +8,7 @@ PV = "3.17.1+git${SRCPV}"
8SRCREV = "2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3" 8SRCREV = "2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3"
9 9
10SRCNAME = "oslo.config" 10SRCNAME = "oslo.config"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb
index 571e1c2..108fcef 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7SRCNAME = "oslo.context" 7SRCNAME = "oslo.context"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
9 9
10PV = "2.9.0+git${SRCPV}" 10PV = "2.9.0+git${SRCPV}"
11SRCREV = "b8fe4065ab5ee365526ced5aff12eaa0b8409cb7" 11SRCREV = "b8fe4065ab5ee365526ced5aff12eaa0b8409cb7"
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
index 8b69ca0..1f5db3b 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
@@ -8,7 +8,7 @@ PV = "4.13.6+git${SRCPV}"
8SRCREV = "37873630050f332c95bf0506aa02d47712fb454b" 8SRCREV = "37873630050f332c95bf0506aa02d47712fb454b"
9 9
10SRCNAME = "oslo.db" 10SRCNAME = "oslo.db"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
index 8b6db29..43242dd 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
@@ -8,7 +8,7 @@ PV = "3.9.0+git${SRCPV}"
8SRCREV = "351c10af6ad6b6fed197cc4b38d9fddf232d0def" 8SRCREV = "351c10af6ad6b6fed197cc4b38d9fddf232d0def"
9 9
10SRCNAME = "oslo.i18n" 10SRCNAME = "oslo.i18n"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
index dd232cb..e15dbe6 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7SRCNAME = "oslo.log" 7SRCNAME = "oslo.log"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
9 9
10PV = "3.16.1+git${SRCPV}" 10PV = "3.16.1+git${SRCPV}"
11SRCREV = "a6efc0e714171d4f5ec8baef46cc8734fb4139dc" 11SRCREV = "a6efc0e714171d4f5ec8baef46cc8734fb4139dc"
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
index 5d5fec8..c9b14ae 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
6 6
7SRCNAME = "oslo.messaging" 7SRCNAME = "oslo.messaging"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
9 9
10PV = "5.10.2+git${SRCPV}" 10PV = "5.10.2+git${SRCPV}"
11SRCREV = "471312755c84337a2b63e87b4b8c5c557a2b66d1" 11SRCREV = "471312755c84337a2b63e87b4b8c5c557a2b66d1"
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb
index e074ab5..85320f4 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb
@@ -8,7 +8,7 @@ PV = "3.19.1+git${SRCPV}"
8SRCREV = "6c0f50c1f5f4122b31dbfe25aacdce596bf4b648" 8SRCREV = "6c0f50c1f5f4122b31dbfe25aacdce596bf4b648"
9 9
10SRCNAME = "oslo.middleware" 10SRCNAME = "oslo.middleware"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
index 6f64451..22050fe 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
@@ -9,7 +9,7 @@ PV = "1.14.0+git${SRCPV}"
9SRCREV = "804be5979569cc64dfef2ac2b6bc0c040d313aa0" 9SRCREV = "804be5979569cc64dfef2ac2b6bc0c040d313aa0"
10 10
11SRCNAME = "oslo.policy" 11SRCNAME = "oslo.policy"
12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb
index 43aa069..8ba1578 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb
@@ -9,7 +9,7 @@ PV = "1.13.2+git${SRCPV}"
9SRCREV = "928b08f112b976da50fbed4e4376957ed76d58ba" 9SRCREV = "928b08f112b976da50fbed4e4376957ed76d58ba"
10 10
11SRCNAME = "oslo.privsep" 11SRCNAME = "oslo.privsep"
12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
index 2d92979..69be582 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
@@ -8,7 +8,7 @@ PV = "1.14.0+git${SRCPV}"
8SRCREV = "d332969661534229feb5cbf66fa6084020ae8034" 8SRCREV = "d332969661534229feb5cbf66fa6084020ae8034"
9 9
10SRCNAME = "oslo.reports" 10SRCNAME = "oslo.reports"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
index 8f4dd89..1d0c139 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
@@ -8,7 +8,7 @@ PV = "5.1.2+git${SRCPV}"
8SRCREV = "af8ad2da809f68442da9aacd17a47bca342eb355" 8SRCREV = "af8ad2da809f68442da9aacd17a47bca342eb355"
9 9
10SRCNAME = "oslo.rootwrap" 10SRCNAME = "oslo.rootwrap"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
index 494f388..9e6ec01 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7SRCNAME = "oslo.serialization" 7SRCNAME = "oslo.serialization"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
9 9
10PV = "2.13.1+git${SRCPV}" 10PV = "2.13.1+git${SRCPV}"
11SRCREV = "be02fdbebc2d9f92a959aa34e0cb5a30934dfa0d" 11SRCREV = "be02fdbebc2d9f92a959aa34e0cb5a30934dfa0d"
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
index c2c46a7..d39a280 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
@@ -8,7 +8,7 @@ PV = "1.16.1+git${SRCPV}"
8SRCREV = "17a346b023554f48ff72f4e52decea002e311e81" 8SRCREV = "17a346b023554f48ff72f4e52decea002e311e81"
9 9
10SRCNAME = "oslo.service" 10SRCNAME = "oslo.service"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
index 5cc5012..e65c0fe 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7SRCNAME = "oslo.utils" 7SRCNAME = "oslo.utils"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
9 9
10PV = "3.16.1+git${SRCPV}" 10PV = "3.16.1+git${SRCPV}"
11SRCREV = "0aae41e0c1d3d965181b22b6fd25fb1bc0442a35" 11SRCREV = "0aae41e0c1d3d965181b22b6fd25fb1bc0442a35"
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
index fda338f..3907099 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
@@ -8,7 +8,7 @@ PV = "1.17.1+git${SRCPV}"
8SRCREV = "9f33bd4c74949ebe42bffe39c529aa6a1c94e531" 8SRCREV = "9f33bd4c74949ebe42bffe39c529aa6a1c94e531"
9 9
10SRCNAME = "oslo.versionedobjects" 10SRCNAME = "oslo.versionedobjects"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb
index 8e355d8..7f1c640 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb
@@ -8,7 +8,7 @@ PV = "2.14.0+git${SRCPV}"
8SRCREV = "bfd1e0ffd435e637d00ba54ec99aeafe4488eca1" 8SRCREV = "bfd1e0ffd435e637d00ba54ec99aeafe4488eca1"
9 9
10SRCNAME = "oslo.vmware" 10SRCNAME = "oslo.vmware"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
index 5adec69..95a9247 100644
--- a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
@@ -10,7 +10,7 @@ PV = "2.10.1+git${SRCPV}"
10SRCREV = "a8c5ed4008963a3436f4a4932ac544f5ee4c283b" 10SRCREV = "a8c5ed4008963a3436f4a4932ac544f5ee4c283b"
11 11
12SRCNAME = "oslotest" 12SRCNAME = "oslotest"
13SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 13SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
index 969513a..30c30bd 100644
--- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7SRCNAME = "troveclient" 7SRCNAME = "troveclient"
8 8
9SRC_URI = "\ 9SRC_URI = "\
10 git://github.com/openstack/python-troveclient.git;branch=stable/newton \ 10 git://github.com/openstack/python-troveclient.git;nobranch=1 \
11 " 11 "
12 12
13PV = "2.5.0+git${SRCPV}" 13PV = "2.5.0+git${SRCPV}"