Skip to content

Commit

Permalink
Merge "fix: early notifications"
Browse files Browse the repository at this point in the history
  • Loading branch information
sadsfae authored and gerritforge-ltd committed Mar 10, 2020
2 parents 1953eac + 3403443 commit 92b0ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/quads-cli
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def main(_args):
_old_cloud_obj = Cloud.objects(name=results[0]["current"]).first()
old_cloud_schedule = Schedule.current_schedule(cloud=_old_cloud_obj)
if not old_cloud_schedule and _old_cloud_obj.name != "cloud01":
_old_cloud_obj.update(provisioned=False, vlan=None, wipe=True, ccuser=[])
_old_cloud_obj.update(validated=False, provisioned=False, vlan=None, wipe=True, ccuser=[])

exit(0)

Expand Down

0 comments on commit 92b0ff1

Please sign in to comment.