Uploaded image for project: 'Multicloud'
  1. Multicloud
  2. MULTICLOUD-479

heatbridge_update not working correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High
    • Dublin Release
    • Casablanca Maintenance Release
    • MULTICLOUD-OPENSTACK
    • None
    • MultiCloud Dublin M2

      In the class
      ocata / ocata / resource / views / infra_workload.py
      ...
      def heatbridge_update(self, request, vimid, stack_id):
      173 '''
      174 update heat resource to AAI for the specified cloud region and tenant
      ...
      203 # find and update resources
      204 transactions = []
      205 for resource in resources:
      206 if resource.get('resource_status', None) != "CREATED_COMPLETE":
      207 continue
      208 if resource.get('resource_type', None) == 'OS::Nova::Server':
      209 # retrieve vserver details
      ...

      The problem is it should be CREATE_COMPLETE not CREATED_COMPLETE

            xiaohua626 xiaohua626
            afenner afenner
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: