commit
bdecf1d45a
@ -94,7 +94,10 @@ Preparing the Host Cloud Environment
|
||||
|
||||
#. Upload an ipxe-boot image for the baremetal instances::
|
||||
|
||||
glance image-create --name ipxe-boot --disk-format qcow2 --container-format bare < ipxe/ipxe-boot.qcow2
|
||||
glance image-create --name ipxe-boot --disk-format qcow2 --property os_shutdown_timeout=5 --container-format bare < ipxe/ipxe-boot.qcow2
|
||||
|
||||
.. note:: os_shutdown_timeout=5 is to avoid server shutdown delays since
|
||||
since these servers won't respond to graceful shutdown requests.
|
||||
|
||||
#. Upload a CentOS 7 image for use as the base BMC instance::
|
||||
|
||||
|
@ -94,6 +94,7 @@ def main():
|
||||
'pm_user': 'admin',
|
||||
'pm_password': 'password',
|
||||
'pm_addr': '',
|
||||
'capabilities': 'boot_option:local',
|
||||
}
|
||||
|
||||
all_ports = sorted(neutron.list_ports()['ports'], key=lambda x: x['name'])
|
||||
|
Loading…
Reference in New Issue
Block a user