Merge "Change launch scripts to python3 shebangs"
This commit is contained in:
commit
43f4121f4c
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Launch a new OpenStack project infrastructure node.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Update the base image that is used for devstack VMs.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Update the base image that is used for devstack VMs.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user