4ddbf8e41d
This script now just prints a warning and runs nova flavor-list Change-Id: Iee5e2fa54d38a24d634840db10a7f5411cb2e9dd
4 lines
106 B
Bash
Executable File
4 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
echo "WARNING: This script now make no modifications to the current flavors"
|
|
nova flavor-list
|