The magnumclient.v1.bays_shell Module¶
- 
magnumclient.v1.bays_shell.do_bay_config(cs, args)¶
- Configure native client to access bay. - You can source the output of this command to get the native client of the corresponding COE configured to access the bay. - Example: eval $(magnum bay-config <bay-name>). - (Deprecated in favor of cluster-config.) 
- 
magnumclient.v1.bays_shell.do_bay_create(cs, args)¶
- Create a bay. - (Deprecated in favor of cluster-create.) 
- 
magnumclient.v1.bays_shell.do_bay_delete(cs, args)¶
- Delete specified bay. - (Deprecated in favor of cluster-delete.) 
- 
magnumclient.v1.bays_shell.do_bay_list(cs, args)¶
- Print a list of available bays. - (Deprecated in favor of cluster-list.) 
- 
magnumclient.v1.bays_shell.do_bay_show(cs, args)¶
- Show details about the given bay. - (Deprecated in favor of cluster-show.) 
- 
magnumclient.v1.bays_shell.do_bay_update(cs, args)¶
- Update information about the given bay. - (Deprecated in favor of cluster-update.)