diff options
author | Adam Dobrawy <naczelnik@jawnosc.tk> | 2019-12-17 01:12:14 +0100 |
---|---|---|
committer | Daniel Watkins <daniel@daniel-watkins.co.uk> | 2019-12-18 09:53:49 -0500 |
commit | 6cb2f73146aa911f77171ad2108701ea969fde54 (patch) | |
tree | 38ce7fb1956d19bd03f0c2c76b60d0e1905d321a | |
parent | 2d1990de0b90c5ec380f6579e42488ac44b42e29 (diff) | |
download | vyos-cloud-init-6cb2f73146aa911f77171ad2108701ea969fde54.tar.gz vyos-cloud-init-6cb2f73146aa911f77171ad2108701ea969fde54.zip |
apport: Add RbxCloud ds
-rw-r--r-- | cloudinit/apport.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cloudinit/apport.py b/cloudinit/apport.py index c6797f12..1f2c2e7e 100644 --- a/cloudinit/apport.py +++ b/cloudinit/apport.py @@ -34,12 +34,14 @@ KNOWN_CLOUD_NAMES = [ 'OpenStack', 'Oracle', 'OVF', + 'RbxCloud - (HyperOne, Rootbox, Rubikon)', 'OpenTelekomCloud', 'Scaleway', 'SmartOS', 'VMware', 'ZStack', - 'Other'] + 'Other' +] # Potentially clear text collected logs CLOUDINIT_LOG = '/var/log/cloud-init.log' |