~davewalker/ubuntu/maverick/eucalyptus/lp611144

« back to all changes in this revision

Viewing changes to clc/modules/cloud/src/main/resources/eucalyptus-storage.xml

  • Committer: Dave Walker (Daviey)
  • Date: 2010-06-21 12:59:20 UTC
  • mfrom: (1048.1.14 ubuntu)
  • Revision ID: davewalker@ubuntu.com-20100621125920-60uhixwq174elnj1
* New major upstream version merge, 1.7 (r1200).
* debian/patches/:
  - 02-Makefile.patch: Updated to reflect new code layout.
  - 07-local_support_euca_conf-in.patch: Updated to reflect new code layout.
  - 08-ubuntu-default-networking.patch: Refreshed.
  - 09-small-128-192MB.patch: Updated to point to new location.
  - 10-disable-iscsi.patch: Refreshed.
  - 11-state-cleanup-memleakfix.patch: Refreshed.
  - 15-fix-default-ramdisk.patch: Updated to point to new location.
  - 16-kvm_libvirt_xml_default_use_kvm.patch: Updated to reflect changes.
  - 17-fix_walrus_OOM_errors.patch: Removed, fixed upstream.
  - 18-priv_security.patch: Updated to reflect upstream changes.
  - 20-brute-force-webui.patch: Updated to reflect upstream changes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
            <inbound>
82
82
                <inbound-endpoint ref="ImageWS"/>
83
83
            </inbound>
84
 
            <component class="edu.ucsb.eucalyptus.cloud.ws.ImageManager"/>
 
84
            <component class="com.eucalyptus.images.ImageManager"/>
85
85
            <outbound>
86
86
                <outbound-pass-through-router>
87
87
                    <outbound-endpoint ref="ReplyQueueEndpoint"/>
92
92
            <inbound>
93
93
                <inbound-endpoint ref="VolumeWS"/>
94
94
            </inbound>
95
 
            <component class="edu.ucsb.eucalyptus.cloud.ws.VolumeManager"/>
 
95
            <component class="com.eucalyptus.blockstorage.VolumeManager"/>
96
96
            <outbound>
97
97
                <outbound-pass-through-router>
98
98
                    <outbound-endpoint ref="ReplyQueueEndpoint"/>
103
103
            <inbound>
104
104
                <inbound-endpoint ref="SnapshotWS"/>
105
105
            </inbound>
106
 
            <component class="edu.ucsb.eucalyptus.cloud.ws.SnapshotManager"/>
 
106
            <component class="com.eucalyptus.blockstorage.SnapshotManager"/>
107
107
            <outbound>
108
108
                <outbound-pass-through-router>
109
109
                    <outbound-endpoint ref="ReplyQueueEndpoint"/>