You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Wei Zhou (JIRA)" <ji...@apache.org> on 2013/09/23 10:55:02 UTC

[jira] [Created] (CLOUDSTACK-4726) devcloud-advanced and devcloud-advancedsg do not work on 4.2

Wei Zhou created CLOUDSTACK-4726:
------------------------------------

             Summary: devcloud-advanced and devcloud-advancedsg do not work on 4.2
                 Key: CLOUDSTACK-4726
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4726
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
            Reporter: Wei Zhou
            Assignee: Wei Zhou


[root@dev cloudstack(4.2)]# python tools/marvin/marvin/deployDataCenter.py -i tools/devcloud/devcloud-advancedsg.cfg
Traceback (most recent call last):
  File "tools/marvin/marvin/deployDataCenter.py", line 613, in <module>
    deploy.deploy()
  File "tools/marvin/marvin/deployDataCenter.py", line 598, in deploy
    self.createZones(self.config.zones)
  File "tools/marvin/marvin/deployDataCenter.py", line 467, in createZones
    self.createSecondaryStorages(zone.secondaryStorages, zoneId)
  File "tools/marvin/marvin/deployDataCenter.py", line 191, in createSecondaryStorages
    self.apiClient.addImageStore(secondarycmd)
  File "/root/git/cloudstack.git/master/tools/marvin/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1322, in addImageStore
    response = self.connection.marvin_request(command, response_type=response, method=method)
  File "/root/git/cloudstack.git/master/tools/marvin/marvin/cloudstackConnection.py", line 214, in marvin_request
    cmdname, isAsync, payload = self.sanitize_command(cmd)
  File "/root/git/cloudstack.git/master/tools/marvin/marvin/cloudstackConnection.py", line 187, in sanitize_command
    cmdname, "%s is required" % requiredPara)
cloudstackException.cloudstackAPIException: Execute cmd: addImageStore failed, due to: provider is required


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira