Merge "Don't update arch twice when create server"

This commit is contained in:
Jenkins 2012-11-23 04:54:59 +00:00 committed by Gerrit Code Review
commit 2e1ff2e725

View File

@ -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