oracle-samples / knife-oci

Chef Knife Plugin for Oracle Cloud Infrastructure
https://cloud.oracle.com/cloud-infrastructure
Other
12 stars 15 forks source link

Add region param to all bmcs commands #22

Closed briangustafson closed 7 years ago

briangustafson commented 7 years ago

A user of a tenant that's subscribed to multiple regions can currently switch between those two regions only by defining separate config profiles. We should also expose an optional region param to every "knife bmcs" command, which would override the value set in the config file (if any). The BMCS CLI already has this as "--region", where the current valid region names are "us-ashburn-1" and "us-phoenix-1".

briangustafson commented 7 years ago

Fixed by @jcobol with https://github.com/oracle/knife-bmcs/pull/23.