lp:~soren/nova/python-ca

Created by Soren Hansen and last modified
Get this branch:
bzr branch lp:~soren/nova/python-ca
Only Soren Hansen can upload to this branch. If you are Soren Hansen please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Soren Hansen
Project:
OpenStack Compute (nova)
Status:
Development

Recent revisions

401. By Soren Hansen

Only import virt_unittest once in run_tests.py

400. By Soren Hansen

Merge trunk

399. By Soren Hansen

Have a copy of openssl.cnf.tmpl as openssl.cnf. Makes some things that have not yet been python-ca-ified yet happy.

398. By Soren Hansen

Replace genrootca.sh with an M2Crypto based version.
Add unit tests for a bunch of things in M2Crypto to make sure I didn't screw anything up.
Added a "nova-manage ca genrootca" command for people who used to run genrootca by hand (they shouldn't have to, but there you go).
Add crypto_unittests to run_tests.

397. By Soren Hansen

Add a templating mechanism in the flag parsing. Add a state_path flag that will be used as the top-level dir for all other state (such as images, instances, buckets, networks, etc). This way you only need to change one flag to put all your state in e.g. /var/lib/nova.

396. By Eric Day

Enables the exclusive flag for DirectConsumer queues.

395. By Vish Ishaya

Ensures that keys for context from the queue are passed to the context constructor as strings. This prevents hangs on older versions of python that can't handle unicode kwargs.

394. By Soren Hansen

Change socket type in nova.utils.get_my_ip() to SOCK_DGRAM. This way, we don't actually have to set up a connection.
Also, change the destination host to an IP (chose one of Google's DNS's at random) rather than a hostname, so we avoid doing a DNS lookup.

393. By Vish Ishaya

Fixes issue with security groups not being associated with instances.

392. By Eric Day

Fix flags help display.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~hudson-openstack/nova/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers