juju add-space
¶
See also: spaces, remove-space
Summary¶
Add a new network space.
Usage¶
juju add-space [options] <name> [<CIDR1> <CIDR2> ...]
Options¶
Flag |
Default |
Usage |
---|---|---|
|
false |
Do not use web browser for authentication |
|
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> |
Examples¶
Add space “beta” with subnet 172.31.0.0/20:
juju add-space beta 172.31.0.0/20
Details¶
Adds a new space with the given name and associates the given (optional) list of existing subnet CIDRs with it.