34bdc7df90
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
15 lines
268 B
Plaintext
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"
|
|
}
|
|
}
|