From 8447c6890b0b3e7508949212b3a84a7842a96523 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Mon, 11 Jun 2018 02:16:24 -0400 Subject: [PATCH] Typo --- pvc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pvc.py b/pvc.py index b538d814..e4e008e3 100755 --- a/pvc.py +++ b/pvc.py @@ -73,7 +73,7 @@ def flush_host(node_name): click.echo('ERROR: No node named {} is present in the cluster.'.format(node_name)) exit(1) - click.echo('Flushing hypervisor {} of running VMs.'.format(node_name) + click.echo('Flushing hypervisor {} of running VMs.'.format(node_name)) # Add the new domain to Zookeeper transaction = zk.transaction() @@ -106,12 +106,12 @@ def ready_host(node_name): # Verify node is valid try: - zk.get('/nodes/{}'.format(node_name) + zk.get('/nodes/{}'.format(node_name)) except: click.echo('ERROR: No node named {} is present in the cluster.'.format(node_name)) exit(1) - click.echo('Restoring hypervisor {} to active service.'.format(node_name) + click.echo('Restoring hypervisor {} to active service.'.format(node_name)) # Add the new domain to Zookeeper transaction = zk.transaction()