diff --git a/virl/cli/version/commands.py b/virl/cli/version/commands.py index 4d045ae..21f3a22 100644 --- a/virl/cli/version/commands.py +++ b/virl/cli/version/commands.py @@ -17,5 +17,5 @@ def version(): except Exception: pass virlutils_version = __version__ - click.secho("virlutils Version: {}".format(virlutils_version)) + click.secho("cmlutils Version: {}".format(virlutils_version)) click.secho("CML Controller Version: {}".format(server_version)) diff --git a/virl/templates/ansible/inventory_ini_template.j2 b/virl/templates/ansible/inventory_ini_template.j2 index 43c1be0..30849ca 100644 --- a/virl/templates/ansible/inventory_ini_template.j2 +++ b/virl/templates/ansible/inventory_ini_template.j2 @@ -1,4 +1,4 @@ -# virlutils generated ansible file for lab id: {{ lab_id }}, title: {{ lab_title }} +# cmlutils generated ansible file for lab id: {{ lab_id }}, title: {{ lab_title }} # # the overall structure of the inventory follows best practices # at http://docs.ansible.com/ansible/latest/intro_inventory.html diff --git a/virl/templates/ansible/inventory_template.j2 b/virl/templates/ansible/inventory_template.j2 index 21ed838..b4acddc 100644 --- a/virl/templates/ansible/inventory_template.j2 +++ b/virl/templates/ansible/inventory_template.j2 @@ -1,4 +1,4 @@ -# virlutils generated ansible file for lab id: {{ lab_id }}, title: {{ lab_title }} +# cmlutils generated ansible file for lab id: {{ lab_id }}, title: {{ lab_title }} # # the overall structure of the inventory follows best practices # at http://docs.ansible.com/ansible/latest/intro_inventory.html