You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2020/01/31 04:24:30 UTC

[GitHub] [libcloud] foospidy opened a new issue #1420: Inconsistent uuid generation in azure_arm

foospidy opened a new issue #1420: Inconsistent uuid generation in azure_arm
URL: https://github.com/apache/libcloud/issues/1420
 
 
   ## Summary
   
   Azure returns inconsistent casing of the resource groups name in the id string, resulting in different uuid's for the same node (depending on what calls you make).
   
   ## Detailed Information
   
   When a node is created, the resource groups name in the id string is lower case. In subsequent calls, like in list_nodes(), for some reason Azure returns the resource groups name in upper case. This results in a different uuid from when create_node() is called. This also breaks wait_until_running(). Forcing the id string to lower case in _to_node() seems to resolve this issue.
   
   I made the change here: https://github.com/foospidy/libcloud/commit/2682d1229466fa577d4360ababd650d777ea49f3
   
   I'd be happy to submit a PR.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [libcloud] foospidy commented on issue #1420: Inconsistent uuid generation in azure_arm

Posted by GitBox <gi...@apache.org>.
foospidy commented on issue #1420: Inconsistent uuid generation in azure_arm
URL: https://github.com/apache/libcloud/issues/1420#issuecomment-588951640
 
 
   Cool, PR here https://github.com/apache/libcloud/pull/1432

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [libcloud] Kami commented on issue #1420: Inconsistent uuid generation in azure_arm

Posted by GitBox <gi...@apache.org>.
Kami commented on issue #1420: Inconsistent uuid generation in azure_arm
URL: https://github.com/apache/libcloud/issues/1420#issuecomment-588171427
 
 
   Please feel free to open a PR with your change (and some tests would be good as well) :)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services