juju rename-space
¶
See also: add-space, spaces, reload-spaces, remove-space, show-space
Summary¶
Rename a network space.
Usage¶
juju rename-space [options] <old-name> <new-name>
Options¶
Flag |
Default |
Usage |
---|---|---|
|
false |
Do not use web browser for authentication |
|
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> |
|
|
The new name for the network space |
Examples¶
Rename a space from db
to fe
:
juju rename-space db fe
Details¶
Renames an existing space from old-name
to new-name
. Does not change the
associated subnets and new-name
must not match another existing space.