This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Tags: StackOps/nova
Tags
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.