From 6ca8fde2e804c6499cff04cfded50ee7575dca7e Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 18 Apr 2016 14:46:01 -0500 Subject: [PATCH] [install] do not manually remove sqlite files on ubuntu It is not necessary to manually remove sqlite files generated by the ubunt upackages. Change-Id: I0bfcca0c364a8b38fb721f44339b7acc2fa686dc --- .../source/cinder-controller-install.rst | 11 ----------- doc/install-guide/source/cinder-storage-install.rst | 8 -------- doc/install-guide/source/glance-install.rst | 9 --------- doc/install-guide/source/heat-install.rst | 11 ----------- .../source/manila-controller-install.rst | 11 ----------- doc/install-guide/source/manila-share-install.rst | 8 -------- .../source/neutron-controller-install.rst | 11 ----------- doc/install-guide/source/nova-compute-install.rst | 11 ----------- doc/install-guide/source/nova-controller-install.rst | 11 ----------- 9 files changed, 91 deletions(-) diff --git a/doc/install-guide/source/cinder-controller-install.rst b/doc/install-guide/source/cinder-controller-install.rst index d8af545e13..1c1659ebb7 100644 --- a/doc/install-guide/source/cinder-controller-install.rst +++ b/doc/install-guide/source/cinder-controller-install.rst @@ -389,14 +389,3 @@ Finalize installation # service cinder-scheduler restart # service cinder-api restart - -.. only:: ubuntu - - 3. By default, the Ubuntu packages create an SQLite database. - - Because this configuration uses an SQL database server, - you can remove the SQLite database file: - - .. code-block:: console - - # rm -f /var/lib/cinder/cinder.sqlite diff --git a/doc/install-guide/source/cinder-storage-install.rst b/doc/install-guide/source/cinder-storage-install.rst index 9b984a21e1..1a11aee57c 100644 --- a/doc/install-guide/source/cinder-storage-install.rst +++ b/doc/install-guide/source/cinder-storage-install.rst @@ -322,11 +322,3 @@ Finalize installation # service tgt restart # service cinder-volume restart - - #. By default, the Ubuntu packages create an SQLite database. - Because this configuration uses an SQL database server, - remove the SQLite database file: - - .. code-block:: console - - # rm -f /var/lib/cinder/cinder.sqlite diff --git a/doc/install-guide/source/glance-install.rst b/doc/install-guide/source/glance-install.rst index cd5b163569..a664b6e9d9 100644 --- a/doc/install-guide/source/glance-install.rst +++ b/doc/install-guide/source/glance-install.rst @@ -328,12 +328,3 @@ Install and configure components # service glance-registry restart # service glance-api restart - - #. By default, the Ubuntu packages create an SQLite database. - - Because this configuration uses an SQL database server, you can - remove the SQLite database file: - - .. code-block:: console - - # rm -f /var/lib/glance/glance.sqlite diff --git a/doc/install-guide/source/heat-install.rst b/doc/install-guide/source/heat-install.rst index 3a850b4536..3012314ae7 100644 --- a/doc/install-guide/source/heat-install.rst +++ b/doc/install-guide/source/heat-install.rst @@ -489,14 +489,3 @@ Finalize installation # service heat-api restart # service heat-api-cfn restart # service heat-engine restart - -.. only:: ubuntu - - 2. By default, the Ubuntu packages create an SQLite database. - - Because this configuration uses an SQL database server, you - can remove the SQLite database file: - - .. code-block:: console - - # rm -f /var/lib/heat/heat.sqlite diff --git a/doc/install-guide/source/manila-controller-install.rst b/doc/install-guide/source/manila-controller-install.rst index 7af4434f56..4ebdad180e 100644 --- a/doc/install-guide/source/manila-controller-install.rst +++ b/doc/install-guide/source/manila-controller-install.rst @@ -376,14 +376,3 @@ Finalize installation # service manila-scheduler restart # service manila-api restart - -.. only:: ubuntu - - * By default, the Ubuntu packages create an SQLite database. - - Because this configuration uses an SQL database server, - you can remove the SQLite database file: - - .. code-block:: console - - # rm -f /var/lib/manila/manila.sqlite diff --git a/doc/install-guide/source/manila-share-install.rst b/doc/install-guide/source/manila-share-install.rst index 692ef69245..51d4779920 100644 --- a/doc/install-guide/source/manila-share-install.rst +++ b/doc/install-guide/source/manila-share-install.rst @@ -194,11 +194,3 @@ Finalize installation .. code-block:: console # service manila-share restart - - * By default, the Ubuntu packages create an SQLite database. - Because this configuration uses an SQL database server, - remove the SQLite database file: - - .. code-block:: console - - # rm -f /var/lib/manila/manila.sqlite diff --git a/doc/install-guide/source/neutron-controller-install.rst b/doc/install-guide/source/neutron-controller-install.rst index 68739a66c8..c6b4985562 100644 --- a/doc/install-guide/source/neutron-controller-install.rst +++ b/doc/install-guide/source/neutron-controller-install.rst @@ -355,14 +355,3 @@ Finalize installation .. code-block:: console # service neutron-l3-agent restart - -.. only:: ubuntu - - 4. By default, the Ubuntu packages create an SQLite database. - - Because this configuration uses an SQL database server, - you can remove the SQLite database file: - - .. code-block:: console - - # rm -f /var/lib/neutron/neutron.sqlite diff --git a/doc/install-guide/source/nova-compute-install.rst b/doc/install-guide/source/nova-compute-install.rst index 2fc726b693..e92f7f461d 100644 --- a/doc/install-guide/source/nova-compute-install.rst +++ b/doc/install-guide/source/nova-compute-install.rst @@ -299,14 +299,3 @@ Finalize installation .. code-block:: console # service nova-compute restart - -.. only:: ubuntu - - 3. By default, the Ubuntu packages create an SQLite database. - - Because this configuration uses an SQL database server, you can - remove the SQLite database file: - - .. code-block:: console - - # rm -f /var/lib/nova/nova.sqlite diff --git a/doc/install-guide/source/nova-controller-install.rst b/doc/install-guide/source/nova-controller-install.rst index bba98bd904..a590bec9e0 100644 --- a/doc/install-guide/source/nova-controller-install.rst +++ b/doc/install-guide/source/nova-controller-install.rst @@ -444,14 +444,3 @@ Finalize installation # service nova-scheduler restart # service nova-conductor restart # service nova-novncproxy restart - - .. only:: ubuntu - - * By default, the Ubuntu packages create an SQLite database. - - Because this configuration uses an SQL database server, - you can remove the SQLite database file: - - .. code-block:: console - - # rm -f /var/lib/nova/nova.sqlite