Merge branch 'master' into sqlalchemy
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 19 Feb 2012 08:29:59 +0000 (09:29 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 19 Feb 2012 08:29:59 +0000 (09:29 +0100)
Conflicts:
config/default_config.xml
sfa.spec

Removed:
sfa/server/sfa-clean-peer-records.py
sfa/storage/record.py

1  2 
config/default_config.xml
setup.py
sfa.spec
sfa/managers/registry_manager.py
sfa/openstack/nova_driver.py

@@@ -309,7 -277,31 +309,30 @@@ Thierry Parmentela
        </variablelist>
      </category>
  
--
+     <!-- ======================================== -->
+     <category id="sfa_nova">
+       <name>SFA Flash Policy</name>
+       <description>The settings that affect how SFA connects to 
+                    the Nova/EC2 API</description>
+       <variablelist>
+         <variable id="user" type="string">
+           <name>Sfa nova user</name>
+           <value>novaadmin</value>
+           <description>Account/context to use when performing 
+                        administrative nova operations</description>
+         </variable>
+         <variable id="api_url" type="string">
+           <name>Nova API url</name>
+           <value>127.0.0.1</value>
+           <description>The Nova/EC2 API url </description>
+         </variable>
+         <variable id="api_port" type="int">
+           <name>Nova API Port</name>
+           <value>8773</value>
+           <description>The Nova/EC2 API port.</description>
+         </variable>
+       </variablelist>
+     </category>
  
    </variables>
  
diff --cc setup.py
+++ b/setup.py
@@@ -13,11 -13,10 +13,10 @@@ scripts = glob("sfa/clientbin/*.py") + 
      [ 
      'config/sfa-config-tty',
      'config/gen-sfa-cm-config.py',
 -    'sfa/importer/sfa-import-plc.py', 
 -    'sfa/importer/sfa-nuke-plc.py', 
 +    'sfa/importer/sfa-import.py', 
 +    'sfa/importer/sfa-nuke.py', 
      'sfa/server/sfa-ca.py', 
      'sfa/server/sfa-start.py', 
-     'sfa/server/sfa-clean-peer-records.py', 
      'sfa/server/sfa_component_setup.py', 
      'sfatables/sfatables',
      'keyconvert/keyconvert.py',
diff --cc sfa.spec
+++ b/sfa.spec
@@@ -166,9 -161,8 +166,8 @@@ rm -rf $RPM_BUILD_ROO
  /etc/sfa/xml.xsd
  /etc/sfa/protogeni-rspec-common.xsd
  /etc/sfa/topology
 -%{_bindir}/sfa-import-plc.py*
 -%{_bindir}/sfa-nuke-plc.py*
 +%{_bindir}/sfa-import.py*
 +%{_bindir}/sfa-nuke.py*
- %{_bindir}/sfa-clean-peer-records.py*
  %{_bindir}/gen-sfa-cm-config.py*
  %{_bindir}/sfa-ca.py*
  
@@@ -104,13 -105,12 +104,13 @@@ class RegistryManager
              # try to infer type if not set and we get a single input
              if not type:
                  type = Xrn(xrns).get_type()
+             xrns = [xrns]
          hrns = [urn_to_hrn(xrn)[0] for xrn in xrns] 
 +
          # load all known registry names into a prefix tree and attempt to find
          # the longest matching prefix
 -        # create a dict where key is a registry hrn and its value is a
 -        # hrns at that registry (determined by the known prefix tree).  
 +        # create a dict where key is a registry hrn and its value is a list
 +        # of hrns at that registry (determined by the known prefix tree).  
          xrn_dict = {}
          registries = api.registries
          tree = prefixTree()
Simple merge