Skip to content

Commit

Permalink
Fix bug when upgrading causes existing nodes to be moved to unprovisi…
Browse files Browse the repository at this point in the history
…oned container.
  • Loading branch information
git-harry authored and galstrom21 committed Mar 27, 2013
1 parent bb32450 commit 129d6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencenter/webapp/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def _whoami_backwards_compatibility(api, hostname):
api._model_create('attrs',
{'node_id': node['id'],
'key': 'registered',
'value': False})
'value': True})
return node


Expand Down

0 comments on commit 129d6a3

Please sign in to comment.