Remove testplans and suites for openstack
[integration/test.git] / tools / deployment / openstack_ha / deploy / nova_workaround.xml
1
2 <Directory /usr/bin>
3    <IfVersion >= 2.4>
4       Require all granted
5    </IfVersion>
6    <IfVersion < 2.4>
7       Order allow,deny
8       Allow from all
9    </IfVersion>
10 </Directory>