Difference between revisions of "Setup OpenStack with Virtuozzo 7"
Mnestratov (talk | contribs) (Replaced content with "{{Virtuozzo}} <translate> <!--T:1--> This howto describes steps by step installation of OpenStack devstack with Virtuozzo 7. <!--T:2--> Clone virtuozzo scripts: $ c...") |
Mnestratov (talk | contribs) |
||
Line 4: | Line 4: | ||
<!--T:1--> | <!--T:1--> | ||
This howto describes steps by step installation of OpenStack devstack with [[Virtuozzo]] 7. | This howto describes steps by step installation of OpenStack devstack with [[Virtuozzo]] 7. | ||
+ | |||
<!--T:2--> | <!--T:2--> | ||
Clone virtuozzo scripts: | Clone virtuozzo scripts: | ||
− | $ cd /vz | + | $ cd /vz |
$ git clone https://github.com/virtuozzo/virtuozzo-openstack-scripts | $ git clone https://github.com/virtuozzo/virtuozzo-openstack-scripts | ||
$ cd virtuozzo-openstack-scripts | $ cd virtuozzo-openstack-scripts |
Revision as of 13:53, 5 February 2016
<translate> This howto describes steps by step installation of OpenStack devstack with Virtuozzo 7.
Clone virtuozzo scripts:
$ cd /vz $ git clone https://github.com/virtuozzo/virtuozzo-openstack-scripts $ cd virtuozzo-openstack-scripts
Run the script and follow instructions (if any):
$ ./setup_devstack_for_vz7.sh HOST_IP PASSWORD
Here you are! </translate>