Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sunbeam-python/sunbeam/provider/local/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def deploy_and_migrate_juju_controller(
default=["control", "compute", "network"],
callback=validate_roles,
help="Specify additional roles for the bootstrap node. "
"Possible values: compute, storage, network, region_controller. "
"Possible values: compute, storage, network, control. "
"Defaults to the compute role. Can be repeated and comma separated.",
)
@click_option_topology
Expand Down
Loading