Skip to content
Snippets Groups Projects
Commit bb6a4bef authored by hanchao's avatar hanchao Committed by Han Chao
Browse files

Format commands to the code block

Put commands to the code block in quickstart.rst.

Change-Id: Ia2f12fd5693032029912d7fda2f6bf13701723fa
parent 2cb0f445
No related branches found
No related tags found
No related merge requests found
...@@ -186,6 +186,7 @@ libvirt may be running at a time. ...@@ -186,6 +186,7 @@ libvirt may be running at a time.
On Ubuntu, apparmor will sometimes prevent libvirt from working. On Ubuntu, apparmor will sometimes prevent libvirt from working.
:: ::
/usr/sbin/libvirtd: error while loading shared libraries: libvirt-admin.so.0: cannot open shared object file: Permission denied /usr/sbin/libvirtd: error while loading shared libraries: libvirt-admin.so.0: cannot open shared object file: Permission denied
If you are seeing the libvirt container fail with the error above, disable the If you are seeing the libvirt container fail with the error above, disable the
...@@ -273,9 +274,13 @@ client code: ...@@ -273,9 +274,13 @@ client code:
To install the clients use: To install the clients use:
:: ::
yum install -y python-openstackclient python-neutronclient yum install -y python-openstackclient python-neutronclient
or
Or using ``pip`` to install:
::
pip install -U python-openstackclient python-neutronclient pip install -U python-openstackclient python-neutronclient
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment