Fix devstack README.rst formatting
Missing newlines caused incorrect rendering for code blocks TrivialFix Change-Id: I42e9ae98e925ad0236b1bf134cbd80d111098aadchanges/38/739738/1
parent
e74d6abfeb
commit
9025dc72d0
|
@ -23,6 +23,7 @@ Notes:
|
|||
|
||||
1. In the default case, neutron-dynamic-routing is installed in allinone mode.
|
||||
In multiple nodes environment, for controller node::
|
||||
|
||||
cd devstack
|
||||
cat << EOF > local.conf
|
||||
> [[local|localrc]]
|
||||
|
@ -31,6 +32,7 @@ Notes:
|
|||
> EOF
|
||||
|
||||
For the nodes where you want to run dr-agent::
|
||||
|
||||
cd devstack
|
||||
cat << EOF > local.conf
|
||||
> [[local|localrc]]
|
||||
|
|
Loading…
Reference in New Issue