anvil/conf/pkgs/quantum-openvswitch.json
2012-02-29 16:58:46 -08:00

40 lines
1.1 KiB
JSON

# This is a extended json package definition file
# We allow simple comments (lines starting with a hash symbol)
{
# This is currently our "master" repo set with versions
# that we are trying to align other distributions with.
# The versions should at least be major + minor!
"ubuntu-oneiric": {
"openvswitch-switch": {
"version": "1.2*",
"removable": true
},
"openvswitch-datapath-dkms": {
"version": "1.2*",
"removable": true
},
# Seems needed for ovs_quantum_agent.py
"python-sqlalchemy": {
"version": "0.6*",
"removable": true
},
"python-mysqldb": {
"version": "1.2*",
"removable": true
}
},
"rhel-6": {
},
"fedora-16": {
# Seems needed for ovs_quantum_agent.py
"python-sqlalchemy": {
"version": "0.7*",
"removable": true
},
"MySQL-python": {
"version": "1.2*",
"removable": true
}
}
}