Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #133 from deNBI/dev
Browse files Browse the repository at this point in the history
logg flavor
  • Loading branch information
dweinholz authored Aug 29, 2019
2 parents fc4fef6 + 9fda99e commit 1f2964a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VirtualMachineService/VirtualMachineHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def get_Flavors(self):
openstack_id=flav["id"],
tags=list(flav["extra_specs"].keys()),
)

self.logger.info(flavor)
flavors.append(flavor)
return flavors
except Exception as e:
Expand Down

0 comments on commit 1f2964a

Please sign in to comment.