3e1a3c9f82
This enables Ironic to boot bare metal machines from Cinder volume. Ironic virt driver needs to pass the remote volume connection information down to Ironic when spawning a new bare metal instance requested to boot from a Cinder volume. This implements get_volume_connector method for the Ironic driver. It will get connector information from the Ironic service and pass it to Cinder's initialize_connection method for attached volumes. And then it puts the returned value into Ironic. This patch changes the required Ironic API version to 1.32 for using new API for volume resources. Co-Authored-By: Satoru Moriya <satoru.moriya.br@hitachi.com> Co-Authored-By: Hironori Shiina <shiina.hironori@jp.fujitsu.com> Change-Id: I319779af265684715f0142577a217ab66632bf4f Implements: blueprint ironic-boot-from-volume |
||
---|---|---|
.. | ||
api_samples | ||
ext | ||
notification_samples | ||
source | ||
README.rst |
OpenStack Nova Documentation README
Both contributor developer documentation and REST API documentation are sourced here.
Contributor developer docs are built to: http://docs.openstack.org/developer/nova/
API guide docs are built to: http://developer.openstack.org/api-guide/compute/
For more details, see the "Building the Documentation" section of doc/source/development.environment.rst.