diff options
author | Harm Weites <harm@weites.com> | 2014-08-09 10:51:04 +0000 |
---|---|---|
committer | Harm Weites <harm@weites.com> | 2014-08-09 10:51:04 +0000 |
commit | 38c9c67ea18fefbb83aaf5c9151858c4488e2e24 (patch) | |
tree | 8f838c2ecd0a1430c6428d8cdfa325a3931ac51a /config | |
parent | d2d12dda2ddd576504adc32f71944eab72d6481a (diff) | |
download | vyos-cloud-init-38c9c67ea18fefbb83aaf5c9151858c4488e2e24.tar.gz vyos-cloud-init-38c9c67ea18fefbb83aaf5c9151858c4488e2e24.zip |
change: Add an important comment.
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.freebsd.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cloud.freebsd.cfg b/config/cloud.freebsd.cfg index bcf5adc7..40e2374a 100644 --- a/config/cloud.freebsd.cfg +++ b/config/cloud.freebsd.cfg @@ -2,6 +2,9 @@ # and system configuration. syslog_fix_perms: root:wheel + +# This should not be required, but leave it in place until the real cause of +# not beeing able to find -any- datasources is resolved. datasource_list: ['OpenStack'] # A set of users which may be applied and/or used by various modules |