diff --git a/conf/pkgs/nova-client.json b/conf/pkgs/nova-client.json index d9582cfd..9ebbbbcb 100644 --- a/conf/pkgs/nova-client.json +++ b/conf/pkgs/nova-client.json @@ -15,6 +15,15 @@ } }, "rhel-6": { - # TBD + # Requires EPEL + "python-argparse": { + "version": "1.2*", + "removable": true + }, + # Requires EPEL + "python-prettytable": { + "version": "0.5*", + "removable": true + } } }