lp:~dan-prince/nova/postgres_db_api_fixes

Created by Dan Prince and last modified
Get this branch:
bzr branch lp:~dan-prince/nova/postgres_db_api_fixes
Only Dan Prince can upload to this branch. If you are Dan Prince please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Dan Prince
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1157. By Dan Prince

Use True/False instead of 1/0 when setting updating 'deleted' column attributes.Fixes casting issues when running nova with Postgres.

1156. By William Wolf

This branch allows marker and limit parameters to be used on image listing (index and detail) requests. It parses the parameters from the request, and passes it along to the glance_client, which can now handle these parameters. Essentially all of the logic for the pagination is handled in glance, we just pass along the correct parameters and do some error checking.

1155. By Dan Prince

Update the OSAPI images controller to use 'serverRef' for image create requests.

1154. By Todd Willey

Changed the error raise to not be AdminRequired when admin is not, in fact, required.

Cleaned up some documentation while I was there.

1153. By Anthony Young

This branch removes nwfilter rules when instances are terminated to prevent resource leakage and serious eventual performance degradation. Without this patch, launching instances and restarting nova-compute eventually become very slow.

1152. By Justin Shepherd

Added 'config list' to nova-manage. This function will output all of the flags and their values.

# ./bin/nova-manage config list
--storage_availability_zone=nova
--ca_file=cacert.pem
--ec2_dmz_host=$my_ip
--fixed_range=10.0.0.0/8
--compute_topic=compute
--dmz_mask=255.255.255.0
****SNIP****

I also alphabetized the nova-manage category listing

1151. By Sandy Walsh

Distributed Scheduler developer docs.

1150. By Dan Prince

Updated to use the '/v1/images' URL when uploading images to glance in the Xen glance plugin. Fixes the issue where snapshots fail to upload correctly.

1149. By Brian Lamar

Removed "double requirement" from tools/pip-requires file.

1148. By Justin Shepherd

paramiko is not installed into the venv, but is required by smoketests/base.py. Added paramiko to tools/pip-requires.

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