We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093f3f5 commit 293c2efCopy full SHA for 293c2ef
1 file changed
stack.sh
@@ -117,7 +117,7 @@ if [[ $EUID -eq 0 ]]; then
117
fi
118
exit 1
119
else
120
- # Our user needs passwordless priviledges for certain commands which nova
+ # Our user needs passwordless priviledges for certain commands which nova
121
# uses internally.
122
# Natty uec images sudoers does not have a '#includedir'. add one.
123
sudo grep -q "^#includedir.*/etc/sudoers.d" /etc/sudoers ||
@@ -602,6 +602,7 @@ function add_nova_flag {
602
rm -f $NOVA_DIR/bin/nova.conf
603
add_nova_flag "--verbose"
604
add_nova_flag "--nodaemon"
605
+add_nova_flag "--allow_admin_api"
606
add_nova_flag "--scheduler_driver=$SCHEDULER"
607
add_nova_flag "--dhcpbridge_flagfile=$NOVA_DIR/bin/nova.conf"
608
add_nova_flag "--network_manager=nova.network.manager.$NET_MAN"
0 commit comments