diff options
author | Chad Smith <chad.smith@canonical.com> | 2022-01-18 20:46:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 20:46:14 -0700 |
commit | 20bd192db661e519b860a0799de04c663ceae0c6 (patch) | |
tree | 1f23a6d2f970a27b10013b7cce0819d5d4157f9b /doc | |
parent | c2c2a663edccd9fcb74f3bed24a6daad09c45d2a (diff) | |
download | vyos-cloud-init-20bd192db661e519b860a0799de04c663ceae0c6.tar.gz vyos-cloud-init-20bd192db661e519b860a0799de04c663ceae0c6.zip |
cmd: status and cloud-id avoid change in behavior for 'not run' (#1197)
snapd currrently looks for 'not run' from cloud-init status[1].
Avoid changing this behavior and revert "not-run" value to
"not run".
This avoids having to get snapd to change implementation and
release updates as far back as Bionic to handle a hyphenated
not-run string.
[1]: https://github.com/snapcore/snapd/blob/master/sysconfig/\
cloudinit.go#L802
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/cloud-id.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/cloud-id.1 b/doc/man/cloud-id.1 index c56587c8..cb500189 100644 --- a/doc/man/cloud-id.1 +++ b/doc/man/cloud-id.1 @@ -9,7 +9,7 @@ cloud-id \- Report the canonical cloud-id for this instance .SH DESCRIPTION cloud-id is the lowercase name of the cloud datasource discovered. -The cloud-id will be 'not-run' when systemd generator has not run yet. +The cloud-id will be 'not run' when systemd generator has not run yet. The cloud-id will be 'disabled' when cloud-init is disabled or when ds-identify did not find a valid datasource. |