lp:~rackspace-titan/nova/fix_ec2_metadata_instance_type

Created by Dan Prince and last modified
Get this branch:
bzr branch lp:~rackspace-titan/nova/fix_ec2_metadata_instance_type
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

1411. By Dan Prince

Fix test_metadata tests.

1410. By Dan Prince

Merge w/ trunk.

1409. By Dan Prince

Updated the EC2 metadata controller so that it returns the correct value
for instance-type metadata.

1408. By Dan Prince

Update the OSAPI v1.1 server 'createImage' and 'createBackup' actions to limit the number of image metadata items based on the configured quota.allowed_metadata_items that is set.

1407. By Brian Waldon

Fix pep8 error.

1406. By Ken Pepple

I think this restores the functionality ...

$ bin/nova-manage flavor list
m1.medium: Memory: 4096MB, VCPUS: 2, Storage: 40GB, FlavorID: 3, Swap: 0GB, RXTX Quota: 0GB, RXTX Cap: 0MB
m1.large: Memory: 8192MB, VCPUS: 4, Storage: 80GB, FlavorID: 4, Swap: 0GB, RXTX Quota: 0GB, RXTX Cap: 0MB
m1.tiny: Memory: 512MB, VCPUS: 1, Storage: 0GB, FlavorID: 1, Swap: 0GB, RXTX Quota: 0GB, RXTX Cap: 0MB
m1.xlarge: Memory: 16384MB, VCPUS: 8, Storage: 160GB, FlavorID: 5, Swap: 0GB, RXTX Quota: 0GB, RXTX Cap: 0MB
m1.small: Memory: 2048MB, VCPUS: 1, Storage: 20GB, FlavorID: 2, Swap: 0GB, RXTX Quota: 0GB, RXTX Cap: 0MB
$ bin/nova-manage flavor delete m1.medium
m1.medium deleted
$ bin/nova-manage flavor delete m1.medium --purge
m1.medium purged
$ bin/nova-manage flavor list
m1.xlarge: Memory: 16384MB, VCPUS: 8, Storage: 160GB, FlavorID: 5, Swap: 0GB, RXTX Quota: 0GB, RXTX Cap: 0MB
m1.large: Memory: 8192MB, VCPUS: 4, Storage: 80GB, FlavorID: 4, Swap: 0GB, RXTX Quota: 0GB, RXTX Cap: 0MB
m1.tiny: Memory: 512MB, VCPUS: 1, Storage: 0GB, FlavorID: 1, Swap: 0GB, RXTX Quota: 0GB, RXTX Cap: 0MB
m1.small: Memory: 2048MB, VCPUS: 1, Storage: 20GB, FlavorID: 2, Swap: 0GB, RXTX Quota: 0GB, RXTX Cap: 0MB

1405. By Thierry Carrez

Adds missing nova/api/openstack/schemas to tarball

1404. By Brian Waldon

Instance metadata now functionally works (completely to spec) through OSAPI

1403. By Thierry Carrez

Fix the two pep8 issues that sneaked in while the test was disabled.

1402. By Brian Waldon

OSAPI v1.1 POST /servers now returns a 202 rather than a 200

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