You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Srikanteswararao Talluri (JIRA)" <ji...@apache.org> on 2014/03/11 11:35:42 UTC

[jira] [Created] (CLOUDSTACK-6222) [Automation] config generator script is broken

Srikanteswararao Talluri created CLOUDSTACK-6222:
----------------------------------------------------

             Summary: [Automation] config generator script is broken
                 Key: CLOUDSTACK-6222
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6222
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: marvin
    Affects Versions: 4.4.0
            Reporter: Srikanteswararao Talluri
            Assignee: Srikanteswararao Talluri
             Fix For: 4.4.0


Config generator scripts are broken because of the changes in configGenerator.py 
  tools/marvin/marvin/configGenerator.py
  tools/marvin/marvin/sandbox/advanced/advanced_env.py
   tools/marvin/marvin/sandbox/advancedsg/advancedsg_env.py
  tools/marvin/marvin/sandbox/basic/basic_env.py
  tools/marvin/marvin/sandbox/demo/simulator/simulator_setup.py
1. 
=============================
 python basic_env.py 
Traceback (most recent call last):
  File "basic_env.py", line 142, in <module>
    cfg = describeResources(cfg_parser)
  File "basic_env.py", line 55, in describeResources
    pn = physical_network()
NameError: global name 'physical_network' is not defined
==========================

2. Fix the  logger path in the config file.



--
This message was sent by Atlassian JIRA
(v6.2#6252)