All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] core: update to 2015.1.0b3
@ 2015-04-20  8:09 jackie.huang
  2015-04-20  8:09 ` [PATCH 01/10] python-glancestore: upgrade to 0.4.0 jackie.huang
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: jackie.huang @ 2015-04-20  8:09 UTC (permalink / raw)
  To: meta-virtualization

From: Jackie Huang <jackie.huang@windriver.com>

1) The patches are generated by the auto-upgrade-helper script
   and some are modified as needed.
2) builds fine on qemux86 and qemux86-64.

--
The following changes since commit 9a75a28fd56f345960155cb47cf79e08cd05e161:

  package_regex_openstack: fix for openstack core components (2015-04-17 08:47:57 -0400)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib jhuang0/r_up_openstack-core_150420_1
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/r_up_openstack-core_150420_1

Jackie Huang (10):
  python-glancestore: upgrade to 0.4.0
  python-keystonemiddleware: upgrade to 1.5.0
  python-barbican: upgrade to 2015.1.0b3
  python-ceilometer: upgrade to 2015.1.0b3
  python-glance: upgrade to 2015.1.0b3
  python-heat: upgrade to 2015.1.0b3
  python-horizon: upgrade to 2015.1.0b3
  python-keystone: upgrade to 2015.1.0b3
  python-nova: upgrade to 2015.1.0b3
  python-neutron: upgrade to 2015.1.0b3

 .../recipes-devtools/python/python-barbican_git.bb |  4 ++--
 .../python/python-ceilometer_git.bb                |  4 ++--
 .../recipes-devtools/python/python-glance_git.bb   |  4 ++--
 .../python/python-glancestore_git.bb               |  4 ++--
 .../recipes-devtools/python/python-heat_git.bb     |  4 ++--
 .../recipes-devtools/python/python-horizon_git.bb  |  4 ++--
 .../recipes-devtools/python/python-keystone_git.bb |  4 ++--
 .../python/python-keystonemiddleware_git.bb        |  4 ++--
 ...utron-test-nec-plugin-extensions-location.patch | 24 ----------------------
 .../recipes-devtools/python/python-neutron_git.bb  |  7 ++-----
 .../recipes-devtools/python/python-nova_git.bb     |  4 ++--
 11 files changed, 20 insertions(+), 47 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-neutron/neutron-test-nec-plugin-extensions-location.patch

-- 
1.9.1



^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH 01/10] python-glancestore: upgrade to 0.4.0
  2015-04-20  8:09 [PATCH 00/10] core: update to 2015.1.0b3 jackie.huang
@ 2015-04-20  8:09 ` jackie.huang
  2015-04-20  8:09 ` [PATCH 02/10] python-keystonemiddleware: upgrade to 1.5.0 jackie.huang
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jackie.huang @ 2015-04-20  8:09 UTC (permalink / raw)
  To: meta-virtualization

From: Jackie Huang <jackie.huang@windriver.com>

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-glancestore_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
index b3aa2f3..ae32037 100644
--- a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
@@ -4,8 +4,8 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
-SRCREV = "bd592d3e33e5f6d222befd53523c97aaa478b175"
-PV = "0.1.11+git${SRCPV}"
+SRCREV = "ea88e503b617a7ac9a0ae7e537d6517e9992a104"
+PV = "0.4.0+git${SRCPV}"
 
 SRC_URI = "\
 	git://github.com/openstack/glance_store.git \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 02/10] python-keystonemiddleware: upgrade to 1.5.0
  2015-04-20  8:09 [PATCH 00/10] core: update to 2015.1.0b3 jackie.huang
  2015-04-20  8:09 ` [PATCH 01/10] python-glancestore: upgrade to 0.4.0 jackie.huang
@ 2015-04-20  8:09 ` jackie.huang
  2015-04-20  8:09 ` [PATCH 03/10] python-barbican: upgrade to 2015.1.0b3 jackie.huang
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jackie.huang @ 2015-04-20  8:09 UTC (permalink / raw)
  To: meta-virtualization

From: Jackie Huang <jackie.huang@windriver.com>

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 .../recipes-devtools/python/python-keystonemiddleware_git.bb          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
index f4ce244..9c23f61 100644
--- a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
@@ -11,8 +11,8 @@ SRC_URI = "\
 	git://git.openstack.org/openstack/keystonemiddleware;branch=master \
 	"
 
-PV="1.4.0+git${SRCPV}"
-SRCREV="782fb0129d2eb7f181f890068767ce2b6906b2bd"
+PV = "1.5.0+git${SRCPV}"
+SRCREV = "06bdfc886fed7e30684a612a3c6ff8616eb2be34"
 S = "${WORKDIR}/git"
 
 inherit setuptools
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 03/10] python-barbican: upgrade to 2015.1.0b3
  2015-04-20  8:09 [PATCH 00/10] core: update to 2015.1.0b3 jackie.huang
  2015-04-20  8:09 ` [PATCH 01/10] python-glancestore: upgrade to 0.4.0 jackie.huang
  2015-04-20  8:09 ` [PATCH 02/10] python-keystonemiddleware: upgrade to 1.5.0 jackie.huang
@ 2015-04-20  8:09 ` jackie.huang
  2015-04-20  8:09 ` [PATCH 04/10] python-ceilometer: " jackie.huang
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jackie.huang @ 2015-04-20  8:09 UTC (permalink / raw)
  To: meta-virtualization

From: Jackie Huang <jackie.huang@windriver.com>

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-barbican_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
index 7f5184b..24557ad 100644
--- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
@@ -15,8 +15,8 @@ SRC_URI = "git://github.com/openstack/barbican.git;branch=master \
            file://barbican-handle-white-space-in-date-strings.patch \
           "
 
-SRCREV="4744374458f14cc54c53daf946e7df2916f5c713"
-PV="2015.1.0b2+git${SRCPV}"
+SRCREV = "12966ea7ad40622e4189d832d13f4d9bfb9f3ada"
+PV = "2015.1.0b3+git${SRCPV}"
 S = "${WORKDIR}/git"
 
 inherit update-rc.d setuptools identity hosts useradd default_configs openstackchef monitor
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 04/10] python-ceilometer: upgrade to 2015.1.0b3
  2015-04-20  8:09 [PATCH 00/10] core: update to 2015.1.0b3 jackie.huang
                   ` (2 preceding siblings ...)
  2015-04-20  8:09 ` [PATCH 03/10] python-barbican: upgrade to 2015.1.0b3 jackie.huang
@ 2015-04-20  8:09 ` jackie.huang
  2015-04-20  8:09 ` [PATCH 05/10] python-glance: " jackie.huang
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jackie.huang @ 2015-04-20  8:09 UTC (permalink / raw)
  To: meta-virtualization

From: Jackie Huang <jackie.huang@windriver.com>

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
index e734d32..b5f0e22 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
@@ -16,8 +16,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
 #   file://ceilometer-builtin-tests-config-location.patch
 
 
-SRCREV="b2871217fec965c77581b0f4a33608dad7867d4b"
-PV="2015.1.0b2+git${SRCPV}"
+SRCREV = "348ecb0861637da5575b094f8fa3fab1e3770928"
+PV = "2015.1.0b3+git${SRCPV}"
 S = "${WORKDIR}/git"
 
 CEILOMETER_SECRET ?= "12121212"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 05/10] python-glance: upgrade to 2015.1.0b3
  2015-04-20  8:09 [PATCH 00/10] core: update to 2015.1.0b3 jackie.huang
                   ` (3 preceding siblings ...)
  2015-04-20  8:09 ` [PATCH 04/10] python-ceilometer: " jackie.huang
@ 2015-04-20  8:09 ` jackie.huang
  2015-04-20  8:09 ` [PATCH 06/10] python-heat: " jackie.huang
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jackie.huang @ 2015-04-20  8:09 UTC (permalink / raw)
  To: meta-virtualization

From: Jackie Huang <jackie.huang@windriver.com>

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-glance_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index dd6d0ef..694a301 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -14,8 +14,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
 # removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch
 #                                   file://glance-change-builtin-tests-config-location.patch
 
-SRCREV="c84d8c98bc0dd64d79bd1e659b9561d47b3428c1"
-PV="2015.1.0b2+git${SRCPV}"
+SRCREV = "232a8786dd01d4effc2ba15802792b08d0373676"
+PV = "2015.1.0b3+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 06/10] python-heat: upgrade to 2015.1.0b3
  2015-04-20  8:09 [PATCH 00/10] core: update to 2015.1.0b3 jackie.huang
                   ` (4 preceding siblings ...)
  2015-04-20  8:09 ` [PATCH 05/10] python-glance: " jackie.huang
@ 2015-04-20  8:09 ` jackie.huang
  2015-04-20  8:09 ` [PATCH 07/10] python-horizon: " jackie.huang
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jackie.huang @ 2015-04-20  8:09 UTC (permalink / raw)
  To: meta-virtualization

From: Jackie Huang <jackie.huang@windriver.com>

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-heat_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb
index 87e93c7..7750c93 100644
--- a/meta-openstack/recipes-devtools/python/python-heat_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb
@@ -16,8 +16,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
            file://heat-tests-change-project_dir-path.patch \
 "
 
-SRCREV="6d106dee26649202791596062b5a29049e962d80"
-PV="2015.1.0b2+git${SRCPV}"
+SRCREV = "34cc6d7e96e1a54dce5c91cc09583e08f2fa778e"
+PV = "2015.1.0b3+git${SRCPV}"
 S = "${WORKDIR}/git"
 
 SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 07/10] python-horizon: upgrade to 2015.1.0b3
  2015-04-20  8:09 [PATCH 00/10] core: update to 2015.1.0b3 jackie.huang
                   ` (5 preceding siblings ...)
  2015-04-20  8:09 ` [PATCH 06/10] python-heat: " jackie.huang
@ 2015-04-20  8:09 ` jackie.huang
  2015-04-20  8:09 ` [PATCH 08/10] python-keystone: " jackie.huang
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jackie.huang @ 2015-04-20  8:09 UTC (permalink / raw)
  To: meta-virtualization

From: Jackie Huang <jackie.huang@windriver.com>

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-horizon_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
index d0a9bab..376a4d1 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -70,8 +70,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
     file://horizon-use-full-package-path-to-test-directories.patch \
     "
 
-SRCREV="9b37723a21e88c29732e2a4a9eeeecb9ecf19204"
-PV="2015.1.0b2+git${SRCPV}"
+SRCREV = "a174b4294dd26967953d404207763828c83cc2f7"
+PV = "2015.1.0b3+git${SRCPV}"
 S = "${WORKDIR}/git"
 
 inherit setuptools update-rc.d python-dir default_configs openstackchef monitor
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 08/10] python-keystone: upgrade to 2015.1.0b3
  2015-04-20  8:09 [PATCH 00/10] core: update to 2015.1.0b3 jackie.huang
                   ` (6 preceding siblings ...)
  2015-04-20  8:09 ` [PATCH 07/10] python-horizon: " jackie.huang
@ 2015-04-20  8:09 ` jackie.huang
  2015-04-20  8:09 ` [PATCH 09/10] python-nova: " jackie.huang
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jackie.huang @ 2015-04-20  8:09 UTC (permalink / raw)
  To: meta-virtualization

From: Jackie Huang <jackie.huang@windriver.com>

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-keystone_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index 1f012cc..70cc790 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -20,8 +20,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
 # file://keystone-remove-git-commands-in-tests.patch 
 # file://keystone-explicitly-import-localcontext-from-oslo.me.patch
 
-SRCREV="0e633302e87261fdb3b0126c632fd676fc0a4d39"
-PV="2015.1.0b2+git${SRCPV}"
+SRCREV = "5933546ecbdb5a52abe31413ac7a18cc49ab23df"
+PV = "2015.1.0b3+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 09/10] python-nova: upgrade to 2015.1.0b3
  2015-04-20  8:09 [PATCH 00/10] core: update to 2015.1.0b3 jackie.huang
                   ` (7 preceding siblings ...)
  2015-04-20  8:09 ` [PATCH 08/10] python-keystone: " jackie.huang
@ 2015-04-20  8:09 ` jackie.huang
  2015-04-20  8:09 ` [PATCH 10/10] python-neutron: " jackie.huang
  2015-04-22  1:11 ` [PATCH 00/10] core: update " Bruce Ashfield
  10 siblings, 0 replies; 12+ messages in thread
From: jackie.huang @ 2015-04-20  8:09 UTC (permalink / raw)
  To: meta-virtualization

From: Jackie Huang <jackie.huang@windriver.com>

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-nova_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index 9926208..71b5154 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -27,8 +27,8 @@ SRC_URI += "file://nova-all \
             file://nova.conf \
             file://openrc \
            "
-SRCREV="b6e11261a97bf96d5f9866f277d8ecc3be7891e5"
-PV="2015.1.0b2+git${SRCPV}"
+SRCREV = "dfcfa82af96bae12265875cb313d58109e536480"
+PV = "2015.1.0b3+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 10/10] python-neutron: upgrade to 2015.1.0b3
  2015-04-20  8:09 [PATCH 00/10] core: update to 2015.1.0b3 jackie.huang
                   ` (8 preceding siblings ...)
  2015-04-20  8:09 ` [PATCH 09/10] python-nova: " jackie.huang
@ 2015-04-20  8:09 ` jackie.huang
  2015-04-22  1:11 ` [PATCH 00/10] core: update " Bruce Ashfield
  10 siblings, 0 replies; 12+ messages in thread
From: jackie.huang @ 2015-04-20  8:09 UTC (permalink / raw)
  To: meta-virtualization

From: Jackie Huang <jackie.huang@windriver.com>

Removed the patch neutron-test-nec-plugin-extensions-location.patch
since the main codes and unit tests of NEC plugin had been removed.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 ...utron-test-nec-plugin-extensions-location.patch | 24 ----------------------
 .../recipes-devtools/python/python-neutron_git.bb  |  7 ++-----
 2 files changed, 2 insertions(+), 29 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-neutron/neutron-test-nec-plugin-extensions-location.patch

diff --git a/meta-openstack/recipes-devtools/python/python-neutron/neutron-test-nec-plugin-extensions-location.patch b/meta-openstack/recipes-devtools/python/python-neutron/neutron-test-nec-plugin-extensions-location.patch
deleted file mode 100644
index bf54c79..0000000
--- a/meta-openstack/recipes-devtools/python/python-neutron/neutron-test-nec-plugin-extensions-location.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-neutron test: nec plugin extensions location
-
-Some of the neutron built-in testcases failed
-because they can not find nec plugin extensions
-based on the given the relative path.
-
-So forcing these failure testcases to look for
-these extensions using absolute path.
-
-Signed-off-by: Vu Tran <vu.tran@windriver.com>
-
-diff --git a/neutron/tests/unit/nec/test_nec_plugin.py b/neutron/tests/unit/nec/test_nec_plugin.py
-index 2f913ca..1c3f0ce 100644
---- a/neutron/tests/unit/nec/test_nec_plugin.py
-+++ b/neutron/tests/unit/nec/test_nec_plugin.py
-@@ -37,7 +37,7 @@ OFC_MANAGER = 'neutron.plugins.nec.nec_plugin.ofc_manager.OFCManager'
- NOTIFIER = 'neutron.plugins.nec.nec_plugin.NECPluginV2AgentNotifierApi'
- NEC_PLUGIN_INI = """
- [DEFAULT]
--api_extensions_path = neutron/plugins/nec/extensions
-+api_extensions_path = %PYTHON_SITEPACKAGES_DIR%/neutron/plugins/nec/extensions
- [OFC]
- driver = neutron.tests.unit.nec.stub_ofc_driver.StubOFCDriver
- enable_packet_filter = False
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 1a5a9b2..3c64d61 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -15,14 +15,13 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
            file://metadata_agent.ini \
            file://neutron-dhcp-agent-netns-cleanup.cron \
            file://0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch \
-           file://neutron-test-nec-plugin-extensions-location.patch \
 	  "
 
 # TBD: update or drop
 # file://uuid_wscheck.patch
 
-SRCREV="1948efa261e47b08e2cde4828321614ee6e169be"
-PV="2015.1.0b2+git${SRCPV}"
+SRCREV = "e86077e8452891cc176841dd6b6316831e12abc1"
+PV = "2015.1.0b3+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
@@ -137,8 +136,6 @@ do_install_append() {
     sed -i '/\[keystone_authtoken\]/aidentity_uri=http://127.0.0.1:8081/keystone/admin/' ${NEUTRON_CONF_DIR}/neutron.conf
 
     cp run_tests.sh ${NEUTRON_CONF_DIR}
-
-    sed 's:%PYTHON_SITEPACKAGES_DIR%:${PYTHON_SITEPACKAGES_DIR}:g' -i ${D}${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/tests/unit/nec/test_nec_plugin.py
 }
 
 pkg_postinst_${SRCNAME}-setup () {
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH 00/10] core: update to 2015.1.0b3
  2015-04-20  8:09 [PATCH 00/10] core: update to 2015.1.0b3 jackie.huang
                   ` (9 preceding siblings ...)
  2015-04-20  8:09 ` [PATCH 10/10] python-neutron: " jackie.huang
@ 2015-04-22  1:11 ` Bruce Ashfield
  10 siblings, 0 replies; 12+ messages in thread
From: Bruce Ashfield @ 2015-04-22  1:11 UTC (permalink / raw)
  To: Huang, Jie (Jackie); +Cc: meta-virtualization

On Mon, Apr 20, 2015 at 4:09 AM,  <jackie.huang@windriver.com> wrote:
> From: Jackie Huang <jackie.huang@windriver.com>
>
> 1) The patches are generated by the auto-upgrade-helper script
>    and some are modified as needed.
> 2) builds fine on qemux86 and qemux86-64.

merged.

Bruce

>
> --
> The following changes since commit 9a75a28fd56f345960155cb47cf79e08cd05e161:
>
>   package_regex_openstack: fix for openstack core components (2015-04-17 08:47:57 -0400)
>
> are available in the git repository at:
>
>   git://git.pokylinux.org/poky-contrib jhuang0/r_up_openstack-core_150420_1
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/r_up_openstack-core_150420_1
>
> Jackie Huang (10):
>   python-glancestore: upgrade to 0.4.0
>   python-keystonemiddleware: upgrade to 1.5.0
>   python-barbican: upgrade to 2015.1.0b3
>   python-ceilometer: upgrade to 2015.1.0b3
>   python-glance: upgrade to 2015.1.0b3
>   python-heat: upgrade to 2015.1.0b3
>   python-horizon: upgrade to 2015.1.0b3
>   python-keystone: upgrade to 2015.1.0b3
>   python-nova: upgrade to 2015.1.0b3
>   python-neutron: upgrade to 2015.1.0b3
>
>  .../recipes-devtools/python/python-barbican_git.bb |  4 ++--
>  .../python/python-ceilometer_git.bb                |  4 ++--
>  .../recipes-devtools/python/python-glance_git.bb   |  4 ++--
>  .../python/python-glancestore_git.bb               |  4 ++--
>  .../recipes-devtools/python/python-heat_git.bb     |  4 ++--
>  .../recipes-devtools/python/python-horizon_git.bb  |  4 ++--
>  .../recipes-devtools/python/python-keystone_git.bb |  4 ++--
>  .../python/python-keystonemiddleware_git.bb        |  4 ++--
>  ...utron-test-nec-plugin-extensions-location.patch | 24 ----------------------
>  .../recipes-devtools/python/python-neutron_git.bb  |  7 ++-----
>  .../recipes-devtools/python/python-nova_git.bb     |  4 ++--
>  11 files changed, 20 insertions(+), 47 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-neutron/neutron-test-nec-plugin-extensions-location.patch
>
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-04-22  1:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-20  8:09 [PATCH 00/10] core: update to 2015.1.0b3 jackie.huang
2015-04-20  8:09 ` [PATCH 01/10] python-glancestore: upgrade to 0.4.0 jackie.huang
2015-04-20  8:09 ` [PATCH 02/10] python-keystonemiddleware: upgrade to 1.5.0 jackie.huang
2015-04-20  8:09 ` [PATCH 03/10] python-barbican: upgrade to 2015.1.0b3 jackie.huang
2015-04-20  8:09 ` [PATCH 04/10] python-ceilometer: " jackie.huang
2015-04-20  8:09 ` [PATCH 05/10] python-glance: " jackie.huang
2015-04-20  8:09 ` [PATCH 06/10] python-heat: " jackie.huang
2015-04-20  8:09 ` [PATCH 07/10] python-horizon: " jackie.huang
2015-04-20  8:09 ` [PATCH 08/10] python-keystone: " jackie.huang
2015-04-20  8:09 ` [PATCH 09/10] python-nova: " jackie.huang
2015-04-20  8:09 ` [PATCH 10/10] python-neutron: " jackie.huang
2015-04-22  1:11 ` [PATCH 00/10] core: update " Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.