diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-11-23 04:54:59 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-11-23 04:54:59 +0000 |
| commit | 2e1ff2e72580c2e9b123aded0916ebb5358b2aea (patch) | |
| tree | cd0ca1330cf486c22ef60f6e82dc4d8ff15b7c7d | |
| parent | fc4f4bd09a0ef3a65514c5dc733c7b2fd6ac7ead (diff) | |
| parent | acfe50638254da608fec0c01f2511b3aad4c9487 (diff) | |
| download | nova-2e1ff2e72580c2e9b123aded0916ebb5358b2aea.tar.gz nova-2e1ff2e72580c2e9b123aded0916ebb5358b2aea.tar.xz nova-2e1ff2e72580c2e9b123aded0916ebb5358b2aea.zip | |
Merge "Don't update arch twice when create server"
| -rw-r--r-- | nova/compute/api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index a9c465909..c328c017f 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -708,7 +708,6 @@ class API(base.Base): instance['launch_index'] = 0 instance['vm_state'] = vm_states.BUILDING instance['task_state'] = task_states.SCHEDULING - instance['architecture'] = image['properties'].get('architecture') instance['info_cache'] = {'network_info': '[]'} # Store image properties so we can use them later |
