When I run:

I am getting the following error:
[DEBUG] Executing command line: python ../marvin/marvin/deployDataCenter.py
-i devcloud.cfg
5Traceback (most recent call last):
  File "../marvin/marvin/deployDataCenter.py", line 612, in <module>
    deploy.deploy()
  File "../marvin/marvin/deployDataCenter.py", line 597, in deploy
    self.createZones(self.config.zones)
  File "../marvin/marvin/deployDataCenter.py", line 466, in createZones
    self.createSecondaryStorages(zone.secondaryStorages, zoneId)
  File "../marvin/marvin/deployDataCenter.py", line 176, in
createSecondaryStorages
    secondarycmd = addImageStore.addImageStoreCmd()
NameError: global name 'addImageStore' is not defined
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------

I have looked and I can not find where 'addImageStore' is defined.  I was
expecting it to be imported via the 'from cloudstackAPI import *' line, but
'addImageStore.py' is not in that directory.

I have run 'python setup.py install' again in 'tools/marvin' just to make
sure it had not changed.

I ran the following:
# python -c "import pkg_resources;
print(pkg_resources.get_distribution('marvin').version)"

Which returned the version number of: 0.1.0

What do I need to do to get my environment up to speed?

Thanks...

Reply via email to