lp:~jk0/nova/lp697019

Created by Josh Kearney and last modified
Get this branch:
bzr branch lp:~jk0/nova/lp697019
Only Josh Kearney can upload to this branch. If you are Josh Kearney please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Josh Kearney
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

517. By Josh Kearney

Updated register_models() docstring

516. By Josh Kearney

Recover from a lost data store connection

515. By Josh Kearney

Fixes LP688545.

514. By Soren Hansen

Make sure we point to the right PPA's everywhere.

513. By Todd Willey

Uses paste.deploy to make application running configurable. This includes the ability to swap out middlewares, define new endpoints, and generally move away from having code to build wsgi routers and middleware chains into a configurable, extensible method for running wsgi servers.

512. By Ryan Lucio

Adds the pool_recycle option to the sql engine startup call. This enables connection auto-timeout so that connection pooling will work properly. The recommended setting (per sqlalchemy FAQ page) has been provided as a default for a new configuration flag. What this means is that if a db connection sits idle for the configured # of seconds, the engine will automatically close the connection and return it to the available thread pool. See Bug #690314 for info.

The fix was tested and verified on multi-node deployments of Austin and Bexar with MySQL, and it was also verified that the change does not affect sqlite users (dev environment testing only).

511. By Todd Willey

Add burnin support. Services are now by default disabled, but can have instances and volumes run on them using availability_zone = nova:HOSTNAME. This lets the hardware be put through its paces without being put in the generally available pool of hardware. There is a 'service' subcommand for nova-manage where you can enable, disable, and list statuses of services.

510. By Cory Wright

Several documentation corrections and formatting fixes.

509. By Eric Day

Ignore CA/crl.pem

508. By Matt Dietz

Auth Tokens assumed the user_id was an int, not a string.

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