davidjumani opened a new pull request #4559: URL: https://github.com/apache/cloudstack/pull/4559
### Description Fixes a typo in the exception raised when trying to create a network from a disabled offering ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [x] Cleanup (Code refactoring and cleanup, that may add test cases) ### How Has This Been Tested? ``` (qa) 🐱 > create network networkofferingid=a529b060-2407-4085-ab44-fc35f534d6c6 name=nothing displaytext=nothing zoneid=04ccc336-d730-42fe-8ff6-5ae36e141e81 🙈 Error: (HTTP 431, error code 4350) Can't use specified network offering id as its state is not Enabled ``` ---------------------------------------------------------------- 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: [email protected]
