diff options
author | Scott Moser <smoser@brickies.net> | 2017-03-17 12:34:47 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-03-17 21:23:02 -0400 |
commit | 58cc8f7521725d4f007ce90001a28326bc240231 (patch) | |
tree | 8519fd933c3e4cc745189facd69d91c3b3d7d9a7 /doc | |
parent | 41950e902f5dd6cb3118280d3d27409812702e41 (diff) | |
download | vyos-cloud-init-58cc8f7521725d4f007ce90001a28326bc240231.tar.gz vyos-cloud-init-58cc8f7521725d4f007ce90001a28326bc240231.zip |
doc: fix config drive doc with regard to unpartitioned disks.
The ConfigDrive datasource has read un-partitioned disks for quite
a while, but the documentation lagged behind.
LP: #1673818
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rtd/topics/datasources/configdrive.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/rtd/topics/datasources/configdrive.rst b/doc/rtd/topics/datasources/configdrive.rst index acdab6a2..11dd52ab 100644 --- a/doc/rtd/topics/datasources/configdrive.rst +++ b/doc/rtd/topics/datasources/configdrive.rst @@ -18,12 +18,13 @@ support listed below) Version 1 --------- +**Note:** Version 1 is legacy and should be considered deprecated. Version 2 +has been supported in OpenStack since 2012.2 (Folsom). The following criteria are required to as a config drive: 1. Must be formatted with `vfat`_ filesystem -2. Must be a un-partitioned block device (/dev/vdb, not /dev/vdb1) -3. Must contain *one* of the following files +2. Must contain *one* of the following files :: @@ -56,8 +57,7 @@ The following criteria are required to as a config drive: 1. Must be formatted with `vfat`_ or `iso9660`_ filesystem or have a *filesystem* label of **config-2** -2. Must be a un-partitioned block device (/dev/vdb, not /dev/vdb1) -3. The files that will typically be present in the config drive are: +2. The files that will typically be present in the config drive are: :: |