You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by "BryanMLima (via GitHub)" <gi...@apache.org> on 2023/01/30 19:00:02 UTC

[GitHub] [cloudstack] BryanMLima commented on pull request #6957: Allow VPC offering creation only with active VR service offerings

BryanMLima commented on PR #6957:
URL: https://github.com/apache/cloudstack/pull/6957#issuecomment-1409166936

   I manually tested, working as expected.
   
   Different type of offering:
   ~~~
   (lab) 🐱 > create vpcoffering displaytext=test name=test supportedservices=dhcp serviceofferingid=373b6dc8-ee89-4fe9-a35b-6fd8e1282ed5
   🙈 Error: (HTTP 431, error code 4350) The specified service offering [Service offering {"id":19,"name":"offering-test","uuid":"373b6dc8-ee89-4fe9-a35b-6fd8e1282ed5"}.] is of type [consoleproxy]. Virtual routers can only be created with service offering of type [domainrouter].
   ~~~
   
   Inactive offering:
   ~~~
   (lab) 🐱 > create vpcoffering displaytext=teste name=teste supportedservices=dhcp serviceofferingid=b0e0c84b-4dc1-4c0b-bf76-04553d04755f
   🙈 Error: (HTTP 431, error code 4350) The specified service offering [Service offering {"id":18,"name":"removida","uuid":"b0e0c84b-4dc1-4c0b-bf76-04553d04755f"}.] is inactive.
   ~~~


-- 
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