Преглед изворни кода

In order to agree with previous renaming these naming changes were made.

Kenny Woodson пре 10 година
родитељ
комит
f6dfc719d8
3 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      inventory/.gitignore
  2. 1 1
      inventory/multi_ec2.py
  3. 0 0
      inventory/multi_ec2.yaml.example

+ 1 - 1
inventory/.gitignore

@@ -1,2 +1,2 @@
-meta.yaml
+multi_ec2.yaml
 *pyc
 *pyc

+ 1 - 1
inventory/multi_ec2.py

@@ -35,7 +35,7 @@ class MultiEc2(object):
             # get data from disk
             # get data from disk
             self.get_inventory_from_cache()
             self.get_inventory_from_cache()
 
 
-    def load_yaml_config(self,conf_file=os.path.join(os.getcwd(),'meta.yaml')):
+    def load_yaml_config(self,conf_file=os.path.join(os.getcwd(),'multi_ec2.yaml')):
         """Load a yaml config file with credentials to query the
         """Load a yaml config file with credentials to query the
         respective cloud for inventory.
         respective cloud for inventory.
         """
         """

inventory/meta.yaml.example → inventory/multi_ec2.yaml.example