Merge "Move ConcurrentDOMDataBroker to clustered-datastore"
[controller.git] / opendaylight / config / config-persister-file-xml-adapter / src / test / resources / illegalSnapshot.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <snapshot>
11     <configuration>
12         <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
13             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
14                 <module>
15                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:config:clustering-service-provider">
16                         prefix:clustering-service-provider
17                     </type>
18                     <name>clustering-service-provider</name>
19
20                     <rpc-registry>
21                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
22                         <name>binding-rpc-broker</name>
23                     </rpc-registry>
24
25                 </module>
26             </modules>
27         </data>
28
29     </configuration>
30
31     <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
32         <service>
33             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:config:clustering-service-provider">prefix:clustering-service-change-registry</type>
34             <instance>
35                 <name>openflow-role-change-registry</name>
36                 <provider>/modules/module[type='clustering-service-provider'][name='clustering-service-provider']</provider>
37             </instance>
38         </service>
39     </services>
40
41     <required-capabilities>
42         <capability>urn:opendaylight:params:xml:ns:yang:controller:config:clustering-service-provider?module=clustering-service-provider&amp;revision=2014-11-19</capability>
43
44     </required-capabilities>
45
46 </snapshot>