lp:~tpatil/nova/bug837867

Created by Tushar Patil and last modified
Get this branch:
bzr branch lp:~tpatil/nova/bug837867
Only Tushar Patil can upload to this branch. If you are Tushar Patil please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Tushar Patil
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1530. By Tushar Patil

Fix for LP Bug #837867

1529. By Édouard Thuleau

An AMI image without ramdisk image should start.

It's possible with EC2 API but it fails with OS API.
This patch corrects that by returns 'None' value if AMI image doesn't contain 'ramdisk_id' metadata.

1528. By Anthony Young

At present, the os servers.detail api does not return server.user_id or server.tenant_id. This is problematic, since the servers.detail api defaults to returning all servers for all users of a tenant, which makes it impossible to tell which user is associated with which server.

Similarly, when admin users access servers.list, all instances for all tenants are returned. Without a tenant_id field, administrators can't sift through the server list very easily.

This merge request does the following:

* add user_id and tenant_id to servers.detail
* makes it possible for admins to filter with the term 'tenant_id' (rather than project_id)

1527. By Kevin L. Mitchell

Micro-fix; "exception" was misspelled as "exceptions"

1526. By Tushar Patil

Instance record is not inserted in db if the security group passed to the RunInstances API doesn't exists.

1525. By Tushar Patil

Added list of security groups to the newly added extension (Createserverext) for the Create Server and Get Server detail responses.

1524. By Kevin L. Mitchell

Fixes a small bug which causes filters to not work at all. Also reworks a bit of exception handling to allow the exception related to the bug to propagate up.

1523. By Kevin L. Mitchell

Glance can now perform its own authentication/authorization checks when we're using keystone.

1522. By Vish Ishaya

Fix a few references to state_description that slipped through.

1521. By Brian Waldon

- implements changes-since for servers resource
- default sort is now created_at desc for instances

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