Log In | Get Help   
Home My Page Projects Code Snippets Project Openings BonFIRE VCOC Demonstration Kit
Summary Activity SCM Files Wiki
[bonfiredemokit] Diff of /ea/xml_creator.py
[bonfiredemokit] / ea / xml_creator.py Repository:
ViewVC logotype

Diff of /ea/xml_creator.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1, Mon Aug 27 11:46:35 2012 UTC revision 18, Tue Oct 9 16:17:03 2012 UTC
# Line 1  Line 1 
1    #
2    # BonFIRE Virtual Clusters on Federated Clouds Demonstration Kit
3    #
4    # Copyright (c) Fundacion Centro Tecnologico de Supercomputacion de Galicia 2012
5    #
6    # License Apache Software
7    #
8    # The research leading to these results has received funding from
9    # the European Community's Seventh Framework Programme (FP7/2007-2013)
10    # under agreement number 257386
11    #
12    # This software is provided with ABSOLUTELY NO WARRANTY
13    #
14  '''  '''
15  Created on 16/03/2012  Created on 16/03/2012
16    
# Line 7  Line 20 
20    
21    
22  def xml_creator():  def xml_creator():
23      """ Devuelve un string en xml con el storage que queremos"""      """ Return a xml string with the storage"""
24    
25      top = tree.Element('storage xmlns="http://api.bonfire-project.eu/doc/schemas/occi"')      top = tree.Element('storage xmlns="http://api.bonfire-project.eu/doc/schemas/occi"')
26      #comment = Comment('Generated for PyMOTW')      #comment = Comment('Generated for PyMOTW')

Legend:
Removed from v.1  
changed lines
  Added in v.18

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge