Skip to content

Commit

Permalink
Merge "Don't update arch twice when create server"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Nov 23, 2012
2 parents fc4f4bd + acfe506 commit 2e1ff2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nova/compute/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,6 @@ def _populate_instance_for_create(self, base_options, image,
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
Expand Down

0 comments on commit 2e1ff2e

Please sign in to comment.