diff options
| -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 79db499bd..6b358cbd5 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -378,7 +378,7 @@ class API(base.Base): return value options_from_image = {'os_type': prop('os_type'), - 'architecture': prop('arch'), + 'architecture': prop('architecture'), 'vm_mode': prop('vm_mode')} # If instance doesn't have auto_disk_config overridden by request, use |
