Changes

Jump to: navigation, search

Setup OpenStack with Virtuozzo 7

67 bytes added, 13:07, 31 July 2015
no edit summary
$ adduser stack -d /vz/stack
$ chmod 755 /vz/stack
$ echo "stack ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
Start devstack:
$ su stack -c "~/devstack/stack.sh"
After script finishes, setup your iptables rules to allow incoming http trafic if you want to use OpenStack dashboard. For instance:
$ iptables -D INPUT -j REJECT--reject-with icmp-host-prohibited
$ iptables -A INPUT -p tcp --dport http -j ACCEPT
$ iptables -A INPUT -j REJECT
74
edits

Navigation menu