diff options
-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' |