Skip to content

Commit

Permalink
Merge pull request #659 from cdonati/remove-explicit-validation
Browse files Browse the repository at this point in the history
Remove obsolete call to validate node layout
  • Loading branch information
tmarballi authored Oct 10, 2017
2 parents ebf2ae6 + 6f38a35 commit 0b334ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appscale/tools/appscale_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1080,9 +1080,6 @@ def upgrade(cls, options):
passed in via the command-line interface.
"""
node_layout = NodeLayout(options)
if not node_layout.is_valid():
raise BadConfigurationException(
'Your ips_layout is invalid:\n{}'.format(node_layout.errors()))

latest_tools = APPSCALE_VERSION
try:
Expand Down

0 comments on commit 0b334ab

Please sign in to comment.