diff options
| author | Chris Behrens <cbehrens@codestud.com> | 2011-06-23 05:35:04 -0700 |
|---|---|---|
| committer | Chris Behrens <cbehrens@codestud.com> | 2011-06-23 05:35:04 -0700 |
| commit | 1aa7e746d5918f2a664da1937183b66fe31f6bd4 (patch) | |
| tree | e47725541b432e5ad03a41a9c7d90a512dc6145d | |
| parent | b9a861d72f1a98510dd4b68e547b434388ab9a64 (diff) | |
typo
| -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 9db83d65f..1b3997db7 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -640,7 +640,7 @@ class API(base.Base): novaclient_collection_name="servers", reservation_id=reservation_id, project_id=project_id, - fixed_ip=fixed_ip + fixed_ip=fixed_ip, recurse_zones=True) for zone, servers in children: |
