diskimage-builder/elements/python-brickclient/pkg-map
Anshul Jain 34bdc7df90 DIB element to support cinder local attach/detach functionality
This element adds python-brick-cinderclient-ext to the make customized image
to support cinder local attach/detach functionality. Currently it has the
dependency on known bug<https://launchpad.net/bugs/1623549>, which would be
resolved with next release of python-brick-cinderclient-ext.

Change-Id: Idfe83bafa2843c781c18b83f1a3aece3ae852f78
2016-11-30 08:46:13 +00:00

15 lines
268 B
Plaintext

{
"family": {
"redhat": {
"python-dev": "python2-devel",
"libssl-dev": "openssl-devel",
"libffi-dev": "libffi-devel"
}
},
"default": {
"python-dev": "python-dev",
"libssl-dev": "libssl-dev",
"libffi-dev": "libffi-dev"
}
}