[docs]Use tags in command line and description below
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Invalid
|
Medium
|
Evgeny Konstantinov | ||
6.0.x |
Won't Fix
|
Medium
|
Evgeny Konstantinov | ||
6.1.x |
Won't Fix
|
Medium
|
Evgeny Konstantinov | ||
7.0.x |
Invalid
|
Medium
|
Evgeny Konstantinov | ||
8.0.x |
Invalid
|
Medium
|
Evgeny Konstantinov | ||
Future |
Invalid
|
Medium
|
Evgeny Konstantinov | ||
Mitaka |
Invalid
|
Medium
|
Evgeny Konstantinov |
Bug Description
Create each new Node Group with a command like this:
fuel --env 1 nodegroup --create --name "alpha"
Assign a meaningful name to each group you create.
Should be:
Create each new Node Group with a command like this:
fuel --env 1 nodegroup --create --name "<GROUP_NAME>"
Replace <GROUP_NAME> to meaningful name to each group you create (alfa, beta, service, etc.).
http://
Node groups are part of the Multiple Cluster Networks feature that is available for Fuel 6.0 and later.
Add note:
Node groups can only be created when using Neutron GRE.
====
[root@fuel ~]# fuel --env 12 nodegroup --create --name "group 1"
403 Client Error: Forbidden (Node groups can only be created when using Neutron GRE.)
====
Changed in fuel: | |
assignee: | nobody → Fuel Documentation Team (fuel-docs) |
summary: |
- Use tags in command line and description below + [docs]Use tags in command line and description below |
tags: | added: docs |
Changed in fuel: | |
importance: | Medium → High |
Changed in fuel: | |
milestone: | 6.1 → 9.0 |
status: | Triaged → New |
tags: | added: area-docs |
This is mostly about placeholders. I agree, it should be fixed.