Fix 1475 - Incorrect description in instantiating error
[osm/RO.git] / charms / layers / openmano / layer.yaml
1 includes:
2   - 'layer:basic'
3   - 'interface:mysql'
4   - 'interface:openvim'
5   - 'interface:http'
6
7 options:
8   basic:
9     packages:
10         - python-yaml
11         - python-bottle
12         - python-mysqldb
13         - python-jsonschema
14         - python-paramiko
15         - python-argcomplete
16         - python-requests
17         - python3-git
18
19         # These are for openstack as a VIM
20         # - python-novaclient
21         # - python-keystoneclient
22         # - python-glanceclient
23         # - python-neutronclient
24
25         # mysql client needed to install database
26         - mariadb-client