This file is indexed.

/etc/one/sl_driver.conf is in opennebula 4.12.3+dfsg-3.1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
# Regions extracted from http://www.softlayer.com/data-centers
timeout: 120
regions:
    default:
        region_name: sjc01
        username:
        api_key:
        capacity:
            slcci.small: 5
            slcci.medium: 0
            slcci.large: 0
    ams01:
        region_name: ams01
        username:
        api_key:
        capacity:
            slcci.small: 5
            slcci.medium: 0
            slcci.large: 0
    sjc01:
        region_name: sjc01
        username:
        api_key:
        capacity:
            slcci.small:
            slcci.medium:
            slcci.large:
    dal01:
        region_name: dal01
        username:
        api_key:
        capacity:
            slcci.small:
            slcci.medium:
            slcci.large:
    dal02:
        region_name: dal02
        username:
        api_key:
        capacity:
            slcci.small:
            slcci.medium:
            slcci.large:
    dal05:
        region_name: dal05
        username:
        api_key:
        capacity:
            slcci.small:
            slcci.medium:
            slcci.large:
    dal06:
        region_name: dal06
        username:
        api_key:
        capacity:
            slcci.small:
            slcci.medium:
            slcci.large:
    dal07:
        region_name: dal07
        username:
        api_key:
        capacity:
            slcci.small:
            slcci.medium:
            slcci.large:
    hou02:
        region_name: hou02
        username:
        api_key:
        capacity:
            slcci.small:
            slcci.medium:
            slcci.large:
    sea01:
        region_name: sea01
        username:
        api_key:
        capacity:
            slcci.small:
            slcci.medium:
            slcci.large:
    sng01:
        region_name: sng01
        username:
        api_key:
        capacity:
            slcci.small:
            slcci.medium:
            slcci.large:
    wdc01:
        region_name: wdc01
        username:
        api_key:
        capacity:
            slcci.small:
            slcci.medium:
            slcci.large:
instance_types:
    slcci.small:
        cpu: 1
        memory: 1
    slcci.medium:
        cpu: 2
        memory: 4
    slcci.large:
        cpu: 4
        memory: 8