Skip to content

Tags: berrange/nova

Tags

essex-4

Toggle essex-4's commit message
sm vol driver: Fix regression in sm_backend_conf_update

Fixes bug 915108

Change-Id: Iffa9a1a51f6e9da0cba9fdae373135ea6a70990f

essex-3

Toggle essex-3's commit message
Merge "Return 403 instead of 401 when policies reject" into milestone…

…-proposed

2011.3.1

Toggle 2011.3.1's commit message
Final versioning for 2011.3.1

Change-Id: I444a726c3906f3c25a47b558df4225bda36efe8c

essex-2

Toggle essex-2's commit message
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

essex-1

Toggle essex-1's commit message
Merge "Define faults.Fault.__str__."

2011.3

Toggle 2011.3's commit message
Final versioning for Diablo

diablo-4

Toggle diablo-4's commit message
Backported fix for run_iscsiadm.

diablo-3

Toggle diablo-3's commit message
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

diablo-2

Toggle diablo-2's commit message
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.

diablo-1

Toggle diablo-1's commit message
Adds hooks for applying ovs flows when vifs are created and destroyed…

… for XenServer instances.