diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index 8a2a7f65c4..85fa51fdf2 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -2161,7 +2161,7 @@ For the format of the configuration drive, Bare Metal service expects a ``gzipped`` and ``base64`` encoded ISO 9660 [*]_ file with a ``config-2`` label. The `ironic client `_ -can generate a configuration drive in the expected format. Just pass a +can generate a configuration drive in the `expected format`_. Just pass a directory path containing the files that will be injected into it via the ``--config-drive`` parameter of the ``node-set-provision-state`` command, for example:: @@ -2205,8 +2205,7 @@ especially useful when used with `cloud-init `_, but in order to use it we should follow some rules: -* ``Cloud-init`` `expects a specific format to the data - `_. +* ``Cloud-init`` data should be organized in the `expected format`_. * Since the Bare Metal service uses a disk partition as the configuration drive, @@ -2224,6 +2223,8 @@ but in order to use it we should follow some rules: For more information see `how to configure cloud-init data sources `_. +.. _`expected format`: http://docs.openstack.org/user-guide/cli_config_drive.html#openstack-metadata-format + .. _BuildingDeployRamdisk: Building or downloading a deploy ramdisk image