branches with status:
Name Status Last Modified Last Commit
lp:~yamahata/nova/milestone-proposed-lp851218 bug(Has a merge proposal) 1 Development 2011-09-17 01:35:30 UTC
1176. compute/api: swap size issue When --...

Author: Isaku Yamahata
Revision Date: 2011-09-17 01:31:36 UTC

compute/api: swap size issue

When --block-device-mapping swap= is specified, its swap size is
wrongly set to 0. Thus swap device will be missing.
This is reported by https://bugs.launchpad.net/bugs/851218
This patch fixes it.

lp:~yamahata/glance/structured-data-in-metadata (Linked to a blueprint)(Has a merge proposal) 1 Development 2011-07-19 09:51:56 UTC
159. bin/glance: teach block device mappin...

Author: Isaku Yamahata
Revision Date: 2011-07-19 09:51:56 UTC

bin/glance: teach block device mapping to glance command

lp:~yamahata/glance/lp802893 bug(Has a merge proposal) 1 Development 2011-06-28 09:38:21 UTC
147. test_utils: added unit tests for new ...

Author: Isaku Yamahata
Revision Date: 2011-06-28 09:04:14 UTC

test_utils: added unit tests for new meta data (de)serializer.

lp:~yamahata/glance/lp802878 bug 1 Development 2011-06-28 09:12:02 UTC
147. run_tests.py: make run_tests.py work....

Author: Isaku Yamahata
Revision Date: 2011-06-28 09:01:58 UTC

run_tests.py: make run_tests.py work.

Without this patch, the following exception occurs.

Traceback (most recent call last):
  File "run_tests.py", line 280, in <module>
    sys.exit(not core.run(config=c, testRunner=runner))
  File "/home/yamahata/openstack/src/glance/my/.glance-venv/lib/python2.6/site
ackages/nose/core.py", line 283, in run
    return TestProgram(*arg, **kw).success
  File "/home/yamahata/openstack/src/glance/my/.glance-venv/lib/python2.6/site
ackages/nose/core.py", line 118, in __init__
    **extra_args)
  File "/usr/lib/python2.6/unittest.py", line 817, in __init__
    self.runTests()
  File "/home/yamahata/openstack/src/glance/my/.glance-venv/lib/python2.6/site
ackages/nose/core.py", line 197, in runTests
    result = self.testRunner.run(self.test)
  File "/home/yamahata/openstack/src/glance/my/.glance-venv/lib/python2.6/site
ackages/nose/core.py", line 59, in run
    result = self._makeResult()
  File "run_tests.py", line 268, in _makeResult
    self.config)
  File "run_tests.py", line 183, in __init__
    if colorizer.supported():
  File "run_tests.py", line 92, in supported
    curses.setupterm()

lp:~yamahata/nova/lp797510 bug 1 Development 2011-06-15 03:39:38 UTC
1183. tools/pip-requires: fix novaclient ve...

Author: Isaku Yamahata
Revision Date: 2011-06-15 03:36:03 UTC

tools/pip-requires: fix novaclient version

noveclient 2.5 doesn't exist, but 2.5.1

lp:~yamahata/nova/lp787355 bug 1 Development 2011-05-24 06:29:49 UTC
1103. virt: add get_host_stats to driver an...

Author: Isaku Yamahata
Revision Date: 2011-05-24 05:59:21 UTC

virt: add get_host_stats to driver and fakedriver

get_host_stats() is called by compute manager, so make it mandatory
instead of exception.
The exception is masked by _report_driver_status(), though.

lp:~yamahata/nova/lp787351 bug 1 Development 2011-05-24 06:12:22 UTC
1103. novarc: make novarc.template a bit no...

Author: Isaku Yamahata
Revision Date: 2011-05-24 06:10:28 UTC

novarc: make novarc.template a bit non-bash friendly.

replace BASH_SOURCE with ${BASH_SOURCE:-$0} in order to mitigate bash-ism.
This is for dash, zsh, ksh at least.

lp:~yamahata/nova/boot-from-volume (Linked to a blueprint)(Has a merge proposal) 1 Development 2011-04-20 08:54:40 UTC
1015. Add an parameter to specify volume up...

Author: Yoshiaki Tamura
Revision Date: 2011-04-20 08:54:40 UTC

Add an parameter to specify volume upon creating instances.

lp:~yamahata/nova/lp762551 bug(Has a merge proposal) 1 Development 2011-04-16 08:30:44 UTC
993. nova/twisted: twisted doesn't respect...

Author: Isaku Yamahata
Revision Date: 2011-04-16 08:27:29 UTC

nova/twisted: twisted doesn't respect --lock_path and --state_path

twisted library uses pid file and log directory by default.
So explicitly specify the path.

19 of 9 results