jbcreek

Results 2 comments of jbcreek

Code changes since there is no 'description' field in racktables Tags table. #def post_tag(self, tag, description): def post_tag(self, tag): url = self.base_url + "/extras/tags/" data = {} data["name"] = str(tag)...

This happens after creating the vm with vcd_vapp_vm and setting power_on to false. The VM ends up in a powered on and powered off state. ![VM-poweredon-and-off](https://user-images.githubusercontent.com/15876203/128065920-1a9f4c87-acfb-438c-9e12-e8bf0f21932a.jpg) If I set the...