This file is indexed.

/etc/one/az_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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
proxy_uri:
regions:
    default:
        region_name: "West Europe"
    # pem_management_cert --> Absolute path to pem management certificate
    # Info on creating certificates:
    # http://azure.microsoft.com/en-us/documentation/articles/linux-use-ssh-key/
        pem_management_cert:
        subscription_id:
        management_endpoint:
        capacity:
            Small: 5
            Medium: 1
            Large: 0
    west-europe:
        region_name: "West Europe"
        pem_management_cert:
        subscription_id:
        management_endpoint:
        capacity:
            Small: 5
            Medium: 1
            Large: 0
    north-europe:
        region_name: "North Europe"
        pem_management_cert:
        subscription_id:
        management_endpoint:
        capacity:
            Small:
            Medium:
            Large:
    east-us:
        region_name: "East US"
        pem_management_cert:
        subscription_id:
        management_endpoint:
        capacity:
            Small:
            Medium:
            Large:
    south-central-us:
        region_name: "South Central US"
        pem_management_cert:
        subscription_id:
        management_endpoint:
        capacity:
            Small:
            Medium:
            Large:
    west-us:
        region_name: "West US"
        pem_management_cert:
        subscription_id:
        management_endpoint:
        capacity:
            Small:
            Medium:
            Large:
    east-asia:
        region_name: "East Asia"
        pem_management_cert:
        subscription_id:
        management_endpoint:
        capacity:
            Small:
            Medium:
            Large:
    southeast-asia:
        region_name: "Southeast Asia"
        pem_management_cert:
        subscription_id:
        management_endpoint:
        capacity:
            Small:
            Medium:
            Large:
    japan-west:
        region_name: "Japan West"
        pem_management_cert:
        subscription_id:
        management_endpoint:
        capacity:
            Small:
            Medium:
            Large:
    brazil-south:
        region_name: "Brazil South"
        pem_management_cert:
        subscription_id:
        management_endpoint:
        capacity:
            Small:
            Medium:
            Large:
instance_types:
    ExtraSmall:
        cpu: 0.1
        memory: 0.75
    Small:
        cpu: 1
        memory: 1.75
    Medium:
        cpu: 2
        memory: 3.5
    Large:
        cpu: 4
        memory: 7
    ExtraLarge:
        cpu: 8
        memory: 14
    A5:
        cpu: 2
        memory: 14
    A6:
        cpu: 4
        memory: 28
    A7:
        cpu: 8
        memory: 56
    A8:
        cpu: 8
        memory: 56
    A9:
        cpu: 16
        memory: 112