Added attribute attribution to Digital Ocean component (#15114)

This commit is contained in:
Marcelo Moreira de Mello 2018-06-24 07:36:27 -04:00 committed by Fabian Affolter
parent 96d5684a89
commit 9de7034d0e
3 changed files with 7 additions and 2 deletions

View file

@ -27,6 +27,7 @@ ATTR_MEMORY = 'memory'
ATTR_REGION = 'region'
ATTR_VCPUS = 'vcpus'
CONF_ATTRIBUTION = 'Data provided by Digital Ocean'
CONF_DROPLETS = 'droplets'
DATA_DIGITAL_OCEAN = 'data_do'