summaryrefslogtreecommitdiffstats
path: root/schemas/services.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-12-03 19:44:47 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-12-03 19:44:47 +0000
commitc8e3ba448dd8ba83d78e8187de6783eb3e5a44d1 (patch)
treea8bd91ffc5faa8d762fc2d3cfef9451eddb7b4fb /schemas/services.xsd
parentd5040097a9393fb031ca6d92f13c91feeab20e41 (diff)
downloadbcfg2-c8e3ba448dd8ba83d78e8187de6783eb3e5a44d1.tar.gz
bcfg2-c8e3ba448dd8ba83d78e8187de6783eb3e5a44d1.tar.bz2
bcfg2-c8e3ba448dd8ba83d78e8187de6783eb3e5a44d1.zip
add reload option to services
(Logical change 1.157) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@697 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/services.xsd')
-rw-r--r--schemas/services.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/services.xsd b/schemas/services.xsd
index c3ada8663..770d486f6 100644
--- a/schemas/services.xsd
+++ b/schemas/services.xsd
@@ -21,6 +21,7 @@
<xsd:attribute name='status' type='xsd:string' use='required'/>
<xsd:attribute name='port' type='xsd:string'/>
<xsd:attribute name='protocol' type='xsd:string'/>
+ <xsd:attribute name='reload' type='xsd:string'/>
</xsd:complexType>
<xsd:complexType name='ContainerType'>