[Erp5-report] r42526 luke - in /erp5/trunk/bt5/vifib_base: PropertySheetTemplateItem/ bt/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 20 19:06:14 CET 2011


Author: luke
Date: Thu Jan 20 19:06:14 2011
New Revision: 42526

URL: http://svn.erp5.org?rev=42526&view=rev
Log:
- place to store SSL key and certificate on Software Instance

Modified:
    erp5/trunk/bt5/vifib_base/PropertySheetTemplateItem/SoftwareInstance.py
    erp5/trunk/bt5/vifib_base/bt/revision

Modified: erp5/trunk/bt5/vifib_base/PropertySheetTemplateItem/SoftwareInstance.py
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_base/PropertySheetTemplateItem/SoftwareInstance.py?rev=42526&r1=42525&r2=42526&view=diff
==============================================================================
--- erp5/trunk/bt5/vifib_base/PropertySheetTemplateItem/SoftwareInstance.py [utf8] (original)
+++ erp5/trunk/bt5/vifib_base/PropertySheetTemplateItem/SoftwareInstance.py [utf8] Thu Jan 20 19:06:14 2011
@@ -36,6 +36,14 @@ class SoftwareInstance:
           'description' : 'XML representing connection parameters',
           'type'        : 'text',
           'mode'        : 'w' },
+      {   'id'          : 'ssl_key',
+          'description' : 'Raw representation of related SSL key',
+          'type'        : 'text',
+          'mode'        : 'w' },
+      {   'id'          : 'ssl_certificate',
+          'description' : 'Raw representation of related SSL certificate',
+          'type'        : 'text',
+          'mode'        : 'w' },
   )
 
 

Modified: erp5/trunk/bt5/vifib_base/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_base/bt/revision?rev=42526&r1=42525&r2=42526&view=diff
==============================================================================
--- erp5/trunk/bt5/vifib_base/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/vifib_base/bt/revision [utf8] Thu Jan 20 19:06:14 2011
@@ -1 +1 @@
-181
\ No newline at end of file
+182
\ No newline at end of file



More information about the Erp5-report mailing list