Multi-Node Lab in DevStack incorrect nova-manage path
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
devstack |
Triaged
|
Medium
|
Unassigned |
Bug Description
This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:
- [ ] This doc is inaccurate in this way: ______
- [ ] This is a doc addition request.
- [x] I have a fix to the document that I can paste below including example: input and output.
current: for i in `seq 2 10`; do /opt/stack/
should be: for i in `seq 2 10`; do /usr/local/
If you have a troubleshooting or support issue, use the following resources:
- Ask OpenStack: http://
- The mailing list: http://
- IRC: 'openstack' channel on Freenode
-------
Release: on 2018-07-12 11:39
SHA: 3b5477d6356a62d
Source: https:/
URL: https:/
Actually this command only made sense when running nova-network instead of Neutron, which isn't an option anymore. I'll do a test-run of the complete lab before putting up a patch.