You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/08/03 06:38:47 UTC

[GitHub] [cloudstack-cloudmonkey] Pearl1594 commented on issue #74: create domain with "text" display, returns wrong format

Pearl1594 commented on issue #74:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/74#issuecomment-891576752


   @rhtyd there is a difference in the way the textual output is displayed btw versions < 6.0.0 and newer versions, e.g., 
   Text format output on cloudmonkey 5.3.3:
   ```
   (local) 🐵 > create domain name=testDomain
   domain:
   id = 78cafb11-b627-4e78-8f0d-a04adbdda38c
   name = testDomain
   haschild = False
   level = 1
   parentdomainid = d83d7d66-ef91-11eb-adc6-1e00e8000282
   parentdomainname = ROOT
   path = ROOT/testDomain
   secondarystoragetotal = 0.0
   
   ```
   
   Whereas, output observed in cmk versions > v6
   ```
   create domain name=testDomaincmk6
   domain = map[haschild:false id:5e5f641e-3da6-41b2-b5d0-5aa9d343f0fa level:1 name:testDomaincmk6 parentdomainid:d83d7d66-ef91-11eb-adc6-1e00e8000282 parentdomainname:ROOT path:ROOT/testDomaincmk6 secondarystoragetotal:0]
   
   ```
   
   We can add newlines to somewhat align to the old format - https://github.com/apache/cloudstack-cloudmonkey/pull/86
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org