Nishant Kumar | 66b7fbf | 2017-07-20 12:13:03 -0400 | [diff] [blame^] | 1 | .. _install-ubuntu: |
| 2 | |
| 3 | Install and configure for Ubuntu |
| 4 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 5 | |
| 6 | This section describes how to install and configure the volume |
| 7 | service for Ubuntu 14.04 (LTS). |
| 8 | |
| 9 | .. include:: common_prerequisites.rst |
| 10 | |
| 11 | Install and configure components |
| 12 | -------------------------------- |
| 13 | |
| 14 | #. Install the packages: |
| 15 | |
| 16 | .. code-block:: console |
| 17 | |
| 18 | # apt-get update |
| 19 | |
| 20 | # apt-get install |
| 21 | |
| 22 | .. include:: common_configure.rst |
| 23 | |
| 24 | Finalize installation |
| 25 | --------------------- |
| 26 | |
| 27 | Restart the volume services: |
| 28 | |
| 29 | .. code-block:: console |
| 30 | |
| 31 | # service openstack-cinder_tempest_plugin-api restart |