Tags: berrange/nova
Tags
Ensure fkey is dropped before removing instance_id This fixes Bug #904888 On MySQL databases that use InnoDB by default (ie, at the point when database is being first migrated), extra care needs to be taken to ensure FKs are dropped before columns because they are not automatically. Patch from Adam Gandelman and Scott Moser. Change-Id: I32919a46bb76f524e064098738ad98248b2f1c0e
updates handling of arguments in nova-manage network create. updates a few of the arguments to nova-manage and related help. updates nova-manage to raise proper exceptions. updates network manager create_networks to handle ipv6 more correctly and efficiently. flat_network_bridge FLAG now defaults to None. bug810563 changes mirrored in a merge prop to trunk
Fixes Bug #803563 by changing how nova passes options in to glance. B… …efore, if limit or marker were not set, we would pass limit=0 and marker=0 in to glance. However, marker is supposed to be an image id. With this change, if limit or marker are not set, they are simply not passed into glance. Glance is free then to choose the default behavior.
PreviousNext