You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2023/01/05 13:43:14 UTC

[GitHub] [cloudstack] weizhouapache commented on issue #6747: listNetworkOfferings api does not handle phyiscal network tags correctly

weizhouapache commented on issue #6747:
URL: https://github.com/apache/cloudstack/issues/6747#issuecomment-1372231206

   @samapraku 
   I tried to reproduce the issue with latest main branch but failed.
   
   both api/ui work for me.
   
   ```
   (localcloud) 🐱 > list networkofferings tags=test zoneid=7c9769a1-ba70-4f3a-a976-5a6ae7d946bb state=Enabled filter=id,name,tags
   {
     "count": 1,
     "networkoffering": [
       {
         "id": "3db2b279-db80-40c5-a013-c1b236194641",
         "name": "test-tag",
         "tags": "test"
       }
     ]
   }
   ```
   
   
   can you share the results of your cmk commands ?
   
   


-- 
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: commits-unsubscribe@cloudstack.apache.org

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