lp://staging/~soren/nova/describe-images-unit-tests
- Get this branch:
- bzr branch lp://staging/~soren/nova/describe-images-unit-tests
Branch merges
Branch information
Recent revisions
- 424. By Soren Hansen
-
Got EC2's DescribeImages API call to speak correctly to the image service. This makes the API call work again.
Also added unit tests for it, in the process mangling the S3 image service to look like the others (renaming register -> create and unregister -> delete).
Make the image returned by S3ImageService.show also have an 'id' attribute.
- 423. By Vish Ishaya
-
A few more changes:
* Fixed up some flags
* Put in an updated nova.sh
* Broke out metadata forwarding so it will work in flatdhcp mode
* Added descriptive docstrings explaining the networking modes in more detailOriginal Message:
FlatDHCPManager wasn't quite working. This makes it work again. I discovered that automatically bridging into eth0 without a vlan is very dangerous. If eth0 has an ip that you are using for ssh, you lose your connectivity. For that reason, I set bridge_dev to None by default. This unfortunately means that you have to specify a bridge_dev for VlanManager to actually work.
- 422. By Soren Hansen
-
Make sure all workers look for their flagfile in the same spot.
Stop nova-manage from using /etc/nova/
nova-manage. conf as its default
flagfile. This made made development awkward since everything but
nova-manage would use defaults for everything, but nova-manage would use
whatever config was in /etc/nova/nova-manage. conf which was likely put
there by a package of some sort.This way, we can leave it to the packagers to set this default to
something else. - 420. By Soren Hansen
-
Added a .mailmap that maps addresses in bzr to people's real, preferred
e-mail addresses. (I made a few guesses along the way, feel free to
adjust according to what is actually the preferred e-mail)Added a couple of methods to nova.utils to parse said .mailmap and do
the appropriate (though highly naïve) replacement.Apply mailmap replacement in changelog generation in setup.py.
Add a unit test that checks everyone is properly listed in Authors.
Add missing people to Authors.
- 419. By Soren Hansen
-
Add a placeholder in doc/build. Although bzr handles empty directories
just fine, setuptools does not, so to actually ship this directory in
the tarball, we need a file in it. - 418. By Soren Hansen
-
doc/build was recently accidentally removed from VCS. This adds it back, which makes the docs build again.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~hudson-openstack/nova/trunk