This file is indexed.

/usr/share/conjure/config.ex.json is in conjure 0.0.8.

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
{
    "name": "openstack",
    "version": "1.0.0",
    "summary": "Juju solutions for OpenStack",
    "excerpt": "Choose your OpenStack solution.",
    "maintainer": "Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>",
    "bundles": [{
        "key": "openstack-base",
        "name": "OpenStack",
        "summary": "This bundle deploys a basic OpenStack Cloud, providing Dashboard, Compute, Network, Block Storage, Object Storage, Identity and Image services.",
        "recommendedCharms": ["glance-simplestreams-sync"]
    }, {
        "key": "landscape-dense-maas",
        "name": "OpenStack Autopilot",
        "summary": "The Canonical Distribution - Enterprise OpenStack Install and Management.",
        "location": "~landscape/landscape-dense-maas",
        "whitelist": ["maas"]
    }],
    "bin": {
        "openstack-install": "openstack-install"
    }
}