Merge "Change launch scripts to python3 shebangs"

This commit is contained in:
Zuul
2020-06-15 21:14:26 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Launch a new OpenStack project infrastructure node.

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Update the base image that is used for devstack VMs.

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Update the base image that is used for devstack VMs.