[Bug 1653967] Re: nova raises ConfigFileValueError for URLs with dashes

2017-01-25 Thread ChangBo Guo(gcb)
We released oslo.config  3.17.1 for branch stable/newton, that makes
sure rfc3986>=0.2.2 to avoid ConfigFileValueError.

** Changed in: oslo.config
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1653967

Title:
  nova raises ConfigFileValueError for URLs with dashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-requirements/+bug/1653967/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1552690] Re: i386 test failures test_address_space and test_resident_set_size

2017-01-10 Thread ChangBo Guo(gcb)
seems this related about arch i386 how to represent integer, need find a
way to handle integer and long on Python 3.

I have no i386 machine to test, Can you try the fix as following:

diff --git a/oslo_concurrency/tests/unit/test_processutils.py 
b/oslo_concurrency/tests/unit/test_processutils.py
index 9227ea1..448511f 100644
--- a/oslo_concurrency/tests/unit/test_processutils.py
+++ b/oslo_concurrency/tests/unit/test_processutils.py
@@ -794,7 +794,7 @@ class PrlimitTestCase(test_base.BaseTestCase):
  'print(resource.getrlimit(resource.%s))' % resource))
 args = [sys.executable, '-c', code]
 stdout, stderr = processutils.execute(*args, prlimit=prlimit)
-expected = (value, value)
+expected = (int(value), int(value))
 self.assertEqual(str(expected), stdout.rstrip())

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1552690

Title:
  i386 test failures test_address_space and test_resident_set_size

To manage notifications about this bug go to:
https://bugs.launchpad.net/oslo.concurrency/+bug/1552690/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1653967] Re: nova raises ConfigFileValueError for URLs with dashes

2017-01-10 Thread ChangBo Guo(gcb)
Release Fix in https://review.openstack.org/418345

** Changed in: oslo.config
   Status: New => In Progress

** Changed in: oslo.config
 Assignee: (unassigned) => ChangBo Guo(gcb) (glongwave)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1653967

Title:
  nova raises ConfigFileValueError for URLs with dashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-requirements/+bug/1653967/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1653967] Re: nova raises ConfigFileValueError for URLs with dashes

2017-01-10 Thread ChangBo Guo(gcb)
rfc3986>=0.2.2 in stable/newton and 3.18 
https://github.com/openstack/oslo.config/blob/stable/newton/requirements.txt
https://github.com/openstack/oslo.config/blob/3.18.0/requirements.txt

update requirements for stable/newton in
https://github.com/openstack/oslo.config/commit/2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3,
maybe we need a new release 3.17.1 to fix this issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1653967

Title:
  nova raises ConfigFileValueError for URLs with dashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-requirements/+bug/1653967/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401783] Re: Requirement "argparse" breaks package import

2016-07-03 Thread ChangBo Guo(gcb)
stevedore fixed this in
https://github.com/openstack/stevedore/commit/09b9c9674c481743fa80991aa52e8e0012024d73

** Changed in: python-stevedore
   Status: Incomplete => Opinion

** Changed in: python-stevedore
   Status: Opinion => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401783

Title:
  Requirement "argparse" breaks package import

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1401783/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs