diff options
author | Mark T. Voelker <markvoelker@users.noreply.github.com> | 2020-02-27 14:08:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 12:08:14 -0700 |
commit | 4f940bd1f76f50f947af533661ba6fafa3e60e59 (patch) | |
tree | 719db0bb58d6fe6b3fdf1f1eff9597aedb2d98fd /doc/rtd/topics | |
parent | bedda2e6d1f2b696e0f927c153cb046e9e992db1 (diff) | |
download | vyos-cloud-init-4f940bd1f76f50f947af533661ba6fafa3e60e59.tar.gz vyos-cloud-init-4f940bd1f76f50f947af533661ba6fafa3e60e59.zip |
Fix docs for OpenStack DMI Asset Tag (#228)
In cloud-init 19.2, we added the ability for cloud-init to detect
OpenStack platforms by checking for "OpenStack Compute" or "OpenStack
Nova" in the chassis asset tag. However, this was never reflected
in the documentation. This patch updates the datasources documentation
for OpenStack to reflect the possibility of using the chassis asset tag.
LP: #1669875
Diffstat (limited to 'doc/rtd/topics')
-rw-r--r-- | doc/rtd/topics/datasources/openstack.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/rtd/topics/datasources/openstack.rst b/doc/rtd/topics/datasources/openstack.rst index 8ce2a53d..ff817e45 100644 --- a/doc/rtd/topics/datasources/openstack.rst +++ b/doc/rtd/topics/datasources/openstack.rst @@ -19,7 +19,8 @@ checks the following environment attributes as a potential OpenStack platform: * **/proc/1/environ**: Nova-lxd contains *product_name=OpenStack Nova* * **DMI product_name**: Either *Openstack Nova* or *OpenStack Compute* - * **DMI chassis_asset_tag** is *OpenTelekomCloud* + * **DMI chassis_asset_tag** is *OpenTelekomCloud* or *OpenStack Nova* + (since 19.2) or *OpenStack Compute* (since 19.2) Configuration |