Merge "MOS6.1 VBox use Intel instead of AMD; starting VMs without GUI"

This commit is contained in:
Jenkins 2015-07-23 13:07:17 +00:00 committed by Gerrit Code Review
commit fa4cbbe962
1 changed files with 13 additions and 1 deletions

View File

@ -14,4 +14,16 @@ Additional Notes
- If the target server where you run VirtualBox
is not running X11,
you must modify the scripts to use the headless option:
"VBoxManage startvm ... --type headless"
in config.sh use ``headless=1``. The default setting is
``headless=0`` starts the VMs with GUI. Using ``headless=1``
will start the VMs without GUI.
- As part of the improved networking configuration in Mirantis
OpenStack 6.1, the VirtualBox scripts now use
Intel e1000 Desktop as a virtual network adapter. This means that
starting with Mirantis OpenStack 6.1, you can deploy on VirtualBox
with Intel network cards only.
Mirantis OpenStack 6.0 and older use AMD PCNet 32 Fast III as
a virtual network adapter and cannot be deployed on VirtualBox
with Intel network cards.