diff options
| author | Christopher MacGown <chris@pistoncloud.com> | 2011-08-22 22:17:51 -0700 |
|---|---|---|
| committer | Christopher MacGown <chris@pistoncloud.com> | 2011-08-22 22:17:51 -0700 |
| commit | 7f1adb50cfab91a553f2d129b9b2eef1e5b2145b (patch) | |
| tree | 2d0c37cde4586fe778d02c536c820d332a79c666 /nova/compute | |
| parent | b91a5542c17e25e3b1cf08a79d88673cfe0a7e9e (diff) | |
Moved migration and fixed tests from upstream
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index 74149f17d..69f76bf40 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -526,7 +526,7 @@ class API(base.Base): availability_zone, user_data, metadata, injected_files, admin_password, zone_blob, reservation_id, access_ip_v4, access_ip_v6, - requested_networks, config_drive + requested_networks, config_drive) block_device_mapping = block_device_mapping or [] instances = [] |
