Bug 814670 - undefined method `environment' for nil:NilClass displayed on conductor when deleted an image
Summary: undefined method `environment' for nil:NilClass displayed on conductor when d...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: aeolus-conductor
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
Assignee: Angus Thomas
QA Contact: wes hayutin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-20 11:30 UTC by Rehana
Modified: 2012-08-07 15:15 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-07 15:15:13 UTC
Embargoed:


Attachments (Terms of Use)

Description Rehana 2012-04-20 11:30:44 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:
Not sure how reproducible is this issue.

Steps to Reproduce:
1.Build image, image push failed on vsphere with error 

error :    File "/usr/lib/python2.6/site-packages/imgfac/builders/Fedora_vsphere_Builder.py", line 245, in push_image_upload
        credentials)
      File "/usr/lib/python2.6/site-packages/imgfac/builders/Fedora_vsphere_Builder.py", line 229, in vmware_push_image_upload
        vm_import = VMImport(provider_data['api-url'], self.username, self.password)
      File "/usr/lib/python2.6/site-packages/imgfac/VMWare.py", line 45, in __init__
        self.vim = Vim(url)
      File "/usr/lib/python2.6/site-packages/psphere/vim25.py", line 40, in __init__
        _this=self.service_instance)
      File "/usr/lib/python2.6/site-packages/psphere/soap.py", line 45, in invoke
        result = getattr(self.client.service, method)(**kwargs)
      File "/usr/lib/python2.6/site-packages/suds/client.py", line 542, in __call__
        return client.invoke(args, kwargs)
      File "/usr/lib/python2.6/site-packages/suds/client.py", line 602, in invoke
        result = self.send(soapenv)
      File "/usr/lib/python2.6/site-packages/suds/client.py", line 657, in send
        result = self.failed(binding, e)
      File "/usr/lib/python2.6/site-packages/suds/client.py", line 718, in failed
        raise Exception((status, reason))
    Exception: (503, u'Service Unavailable' 

2.Tried deleting the same image, got this nill;class error (PFA:rails.log) and the image got deleted.
 
Actual results:


Expected results:

Additional info:

rpm -qa | grep aeolus
aeolus-conductor-doc-0.8.12-1.el6_2.noarch
aeolus-configure-2.5.3-1.el6.noarch
aeolus-conductor-daemons-0.8.12-1.el6_2.noarch
aeolus-conductor-0.8.12-1.el6_2.noarch
rubygem-aeolus-image-0.3.0-12.el6.noarch
aeolus-all-0.8.12-1.el6_2.noarch
rubygem-aeolus-cli-0.3.1-1.el6.noarch


Note You need to log in before you can comment on or make changes to this bug.