lp:~rackspace-titan/nova/v11_image_create

Created by Dan Prince and last modified
Get this branch:
bzr branch lp:~rackspace-titan/nova/v11_image_create
Members of Titan can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Titan
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1148. By Dan Prince

Added a test case for XML serialization.

1147. By Dan Prince

Merge w/ trunk.

1146. By Dan Prince

Add serverRef to image metadata serialization list.

1145. By Dan Prince

Implement OSAPI v1.1 style image create.

1144. By Dan Prince

This change set adds the ability to create new servers with an href that points to a server image on any glance server (not only the default one configured). This means you can create a server with imageRef = http://glance1:9292/images/3 and then also create one with imageRef = http://glance2:9292/images/1. Using the old way of passing in an image_id still works as well, and will use the default configured glance server (imageRef = 3 for instance).

We have tested pretty thoroughly with libvirt and xen.

All tests pass, and we have done full end-to-end testing manually to verify that server creation/deletion is working.

1143. By Vish Ishaya

Tests that all exceptions can be raised properly, and fix the couple of instances where they couldn't be constructed due to typos.

1142. By Vish Ishaya

Fix error with % as replacement string.

1141. By Vish Ishaya

Makes novarc work properly on a mac and also for zsh in addition to bash. Other shells are not guaranteed to work.

1140. By Naveed Massjouni

This adds the ability to publish nova errors to an error queue.

1139. By Dan Prince

Sudo chown the vbd device to the nova user before streaming data to it. This
resolves an issue where nova-compute required 'root' privs to successfully
create nodes with connection_type=xenapi.

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