diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-15 14:01:05 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-16 15:12:21 -0400 |
| commit | bde3e24067b56fde7b604dc3bbed05d56902a8ae (patch) | |
| tree | 64e3380ce43f84b4af51faee3d6498e1fa311839 | |
| parent | 3ef749a6247db22135509db257c5cfa242eb37f5 (diff) | |
| download | meta-cloud-services-bde3e24067b56fde7b604dc3bbed05d56902a8ae.tar.gz | |
python-neutronclient: upgrade to 2.4.0
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb index 2423f6f..e35be5d 100644 --- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | |||
| @@ -25,8 +25,8 @@ SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master \ | |||
| 25 | file://neutron-api-check.sh \ | 25 | file://neutron-api-check.sh \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | PV="2.3.11+git${SRCPV}" | 28 | PV = "2.4.0+git${SRCPV}" |
| 29 | SRCREV="2fa6faaa9b67c0783c502d2b56bfbacc23ecfe64" | 29 | SRCREV = "aa1215a5ad063b299d32ef319eb63d5210249a9b" |
| 30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 31 | 31 | ||
| 32 | inherit setuptools monitor | 32 | inherit setuptools monitor |
