lp:~rackspace-titan/nova/dhcpbridge_fix_hostname

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

1372. By Dan Prince

Nuke hostname. We don't use it.

1371. By William Wolf

Add a test for empty dns list in network_info

1370. By Brian Waldon

Update the OS API servers metadata resource to match the current v1.1 specification
- move /servers/<id>/meta to /servers/<id>/metadata
- add PUT /servers/<id>/metadata

1369. By Johannes Erdfelt

The logic for confirming and reverting resizes was flipped. As a result, reverting a resize would end up deleting the source (instead of the destination) instance, and confirming would end up deleting the destination (instead of the source) instance.

This branch fixes the logic to be correct.

1368. By Ed Leafe

Found a case where an UnboundLocalError would be raised in xenapi_conn.py's wait_for_task() method. This fixes the problem by moving the definition of the unbound name outside of the conditional.

1367. By Nikolay Sokolov

Moves code restarting instances after compute node reboot from libvirt driver to compute manager; makes start_guests_on_host_boot flag global.

1366. By Brian Lamar

Moved server actions tests to their own test file. Updated stubbing and how flags are set to be in line with how they're supposed to be set in tests.

1365. By Johannes Erdfelt

Nova uses instance_type_id and flavor_id interchangeably when they almost always different values. This can often lead to an instance changing instance_type during migration because the values passed around internally are wrong. This branch changes nova to use instance_type_id internally and flavor_id in the API. This will hopefully avoid confusion in the future.

1364. By Brian Waldon

Update HACKING:
- Make imports more explicit
- Add some dict/list formatting guidelines
- Add some long method signature/call guidelines
- Add explanation of i18n

1363. By Jason Kölker

Pep8 cleanup

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