Actions
Feature #28136
closedGCE CR zones/flavors-or-machine-types/networks listing is not implemented.
Difficulty:
Triaged:
Yes
Bugzilla link:
Found in Releases:
Description
The listing below attributes of a GCE Compute resource is not implemented.
- zones
- machine-types or flavors
- networks
How Reproducible:
-------------------
Always
Steps:
-------------------
1. Create a GCE Compute Resource.
1. Attempt to list zones/flavors/networks of GCE CR.
-------------------
- hammer compute-resource zones --id 1
ERF42-7329 [Foreman::Exception]: Not implemented for Google
- hammer compute-resource flavors --id 1
ERF42-7329 [Foreman::Exception]: Not implemented for Google
- hammer compute-resource networks --id 1
ERF42-7329 [Foreman::Exception]: Not implemented for Google
Expected Behavior:
--------------------
GCE CR zones/flavors-or-machine-types/networks listing should be implemented and listing said attrs for GCE CR.
Actions