~ccheney/ubuntu/lucid/eucalyptus/lucid-sru

« back to all changes in this revision

Viewing changes to clc/modules/core/conf/eucalyptus-userdata.xml

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-02-11 02:45:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090211024539-0jhzbpg3hk6nu1yg
Tags: upstream-1.5~bzr139
ImportĀ upstreamĀ versionĀ 1.5~bzr139

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<mule xmlns="http://www.mulesource.org/schema/mule/core/2.0"
 
2
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
3
      xmlns:spring="http://www.springframework.org/schema/beans"
 
4
      xmlns:vm="http://www.mulesource.org/schema/mule/vm/2.0"
 
5
      xmlns:euca="http://eucalyptus.cs.ucsb.edu/schema/cloud/1.0"
 
6
      xsi:schemaLocation="
 
7
       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
 
8
       http://www.mulesource.org/schema/mule/core/2.0 http://www.mulesource.org/schema/mule/core/2.0/mule.xsd
 
9
       http://www.mulesource.org/schema/mule/vm/2.0 http://www.mulesource.org/schema/mule/vm/2.0/mule-vm.xsd
 
10
       http://eucalyptus.cs.ucsb.edu/schema/cloud/1.0 http://eucalyptus.cs.ucsb.edu/schema/cloud/1.0/euca.xsd">
 
11
 
 
12
 
 
13
    <model name="eucalyptus-userdata">
 
14
        <default-service-exception-strategy>
 
15
            <outbound-endpoint ref="ReplyQueueWS"/>
 
16
        </default-service-exception-strategy>
 
17
 
 
18
        <service name="KeyPair">
 
19
            <inbound>
 
20
                <inbound-endpoint ref="KeyPairWS"/>
 
21
            </inbound>
 
22
            <component class="edu.ucsb.eucalyptus.cloud.ws.KeyPairBroker"/>
 
23
            <outbound>
 
24
                <outbound-pass-through-router>
 
25
                    <outbound-endpoint ref="ReplyQueueWS"/>
 
26
                </outbound-pass-through-router>
 
27
            </outbound>
 
28
        </service>
 
29
 
 
30
        <service name="Groups">
 
31
            <inbound>
 
32
                <inbound-endpoint ref="GroupsWS"/>
 
33
            </inbound>
 
34
            <component class="edu.ucsb.eucalyptus.cloud.ws.GroupManager"/>
 
35
            <outbound>
 
36
                <outbound-pass-through-router>
 
37
                    <outbound-endpoint ref="ReplyQueueWS"/>
 
38
                </outbound-pass-through-router>
 
39
            </outbound>
 
40
        </service>
 
41
 
 
42
    </model>
 
43
 
 
44
</mule>
 
 
b'\\ No newline at end of file'