We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da710b commit 4ff0e76Copy full SHA for 4ff0e76
openstack_keystone.sh
@@ -9,7 +9,7 @@ fi
9
# get keystone
10
apt-get install keystone python-keystone python-keystoneclient
11
12
-read -p "Enter a token for the OpenStack services to auth wth keystone: " token
+read -p "Enter a token for the OpenStack services to auth with keystone: " token
13
read -p "Enter the password you used for the MySQL users (nova, glance, keystone): " password
14
read -p "Enter the email address for service accounts (nova, glance, keystone): " email
15
0 commit comments