Correction des messages CreoleLint

- Retour de la filelist dans la condition disable_if_in
- Suppression d'un template qui n'existe plus
- Mise à jour du template user.yaml pour être compatible avec la version
  5.0.2

ref #16991 @1h
This commit is contained in:
2016-09-07 10:40:14 +02:00
parent 0c0f191633
commit 2822dd5727
3 changed files with 570 additions and 282 deletions

View File

@ -2,13 +2,14 @@
<creole>
<files>
<service>opennebula-sunstone</service>
<file filelist='onefrontend' name='/etc/one/sunstone-server.conf' rm='True' mkdir='True'/>
<file filelist='onefrontend' name='/etc/one/sunstone-views/admin.yaml' rm='True' mkdir='True'/>
<file filelist='onefrontend' name='/etc/one/sunstone-views/admin_vcenter.yaml' rm='True' mkdir='True'/>
<file filelist='onefrontend' name='/etc/one/sunstone-views/groupadmin.yaml' rm='True' mkdir='True'/>
<file filelist='onefrontend' name='/etc/one/sunstone-views/groupadmin_vcenter.yaml' rm='True' mkdir='True'/>
<file filelist='onefrontend' name='/etc/one/auth/ldap_auth.conf' source='sunstone-ldap_auth.conf' rm='True' mkdir='True'/>
<file filelist='onefrontend' name='/etc/nginx/sites-available/nebula.conf' source='nginx-nebula.conf' rm='True' mkdir='True'/>
<file filelist='onefrontend' name='/etc/one/sunstone-server.conf'/>
<file filelist='onefrontend' name='/etc/one/sunstone-views/admin.yaml'/>
<file filelist='onefrontend' name='/etc/one/sunstone-views/cloud.yaml'/>
<file filelist='onefrontend' name='/etc/one/sunstone-views/admin_vcenter.yaml'/>
<file filelist='onefrontend' name='/etc/one/sunstone-views/groupadmin.yaml'/>
<file filelist='onefrontend' name='/etc/one/sunstone-views/groupadmin_vcenter.yaml'/>
<file filelist='onefrontend' name='/etc/one/auth/ldap_auth.conf' source='sunstone-ldap_auth.conf'/>
<file filelist='onefrontend' name='/etc/nginx/sites-available/nebula.conf' source='nginx-nebula.conf'/>
<file filelist='appmarket' name='/etc/one/sunstone-appmarket.conf' rm='True' mkdir='True'/>
<service_access service='sunstoneHttps'>
<port>443</port>
@ -94,7 +95,7 @@
<condition name='disabled_if_in' source='activer_onefrontend'>
<param>non</param>
<!--target type='filelist'>onefrontend</target-->
<target type='filelist'>onefrontend</target>
<target type='variable'>port_sunstone</target>
<target type='variable'>vnc_proxy_port_sunstone</target>
<target type='variable'>xmlrpc_port_sunstone</target>