adjust rhel distro config for minimal CentOS 6.3 install

This commit is contained in:
foudfou 2013-02-07 12:53:09 +01:00
parent c6282e0617
commit 223547b05e

View File

@ -432,9 +432,12 @@ components:
- name: discover
- name: python-subunit
- name: testrepository
- name: psycopg2
subsystems:
compute:
packages:
- name: avahi
removable: false
- name: fuse # Needed for mounting
removable: false
- name: guestfish
@ -453,6 +456,8 @@ components:
removable: false
- name: libvirt-python
removable: false
- name: postgresql-devel # for psycopg2
removable: false
- name: qemu-img
removable: false
- name: qemu-kvm
@ -505,6 +510,7 @@ components:
name: python-cliff
pips:
- name: cliff-tablib
- name: python-subunit
rabbit-mq:
action_classes:
install: anvil.components.rabbit:RabbitInstaller