File tree Expand file tree Collapse file tree 4 files changed +8
-13
lines changed Expand file tree Collapse file tree 4 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,8 @@ Install OS-specific prerequisites::
23
23
libmysqlclient-dev libxslt-dev libpq-dev git \
24
24
libffi-dev gettext build-essential python3-dev
25
25
26
- # CentOS 7:
27
- sudo yum install -y python-devel openssl-devel mariadb-devel curl \
28
- libxml2-devel libxslt-devel postgresql-devel git \
29
- libffi-devel gettext gcc
30
-
31
- # Fedora/RHEL:
32
- sudo yum install python-devel openssl-devel mysql-devel curl \
26
+ # Fedora/RHEL/CentOS:
27
+ sudo dnf install python3-devel openssl-devel mysql-devel curl \
33
28
libxml2-devel libxslt-devel postgresql-devel git \
34
29
libffi-devel gettext gcc
35
30
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ Install and configure components
27
27
28
28
.. code-block :: console
29
29
30
- # yum install python-devel openssl-devel mariadb-devel \
30
+ # dnf install python-devel openssl-devel mariadb-devel \
31
31
libxml2-devel libxslt-devel postgresql-devel git \
32
32
libffi-devel gettext gcc
33
33
34
34
* Fedora 21 / RHEL 7
35
35
36
36
.. code-block :: console
37
37
38
- # yum install python-devel openssl-devel mysql-devel \
38
+ # dnf install python-devel openssl-devel mysql-devel \
39
39
libxml2-devel libxslt-devel postgresql-devel git \
40
40
libffi-devel gettext gcc
41
41
@@ -224,7 +224,7 @@ Install the command-line client
224
224
225
225
.. code-block :: console
226
226
227
- # yum install python-devel openssl-devel python-virtualenv \
227
+ # dnf install python-devel openssl-devel python-virtualenv \
228
228
libffi-devel git gcc
229
229
230
230
* Fedora 22 or higher
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Install and configure components
15
15
16
16
.. code-block :: console
17
17
18
- # yum install openstack-magnum-api openstack-magnum-conductor python-magnumclient
18
+ # dnf install openstack-magnum-api openstack-magnum-conductor python-magnumclient
19
19
20
20
.. include :: common/configure_2_edit_magnum_conf.rst
21
21
Original file line number Diff line number Diff line change @@ -751,11 +751,11 @@ repositories for your distribution:
751
751
752
752
Install using distribution packages for RHEL/CentOS/Fedora::
753
753
754
- $ sudo yum install python -magnumclient
754
+ $ sudo dnf install python3 -magnumclient
755
755
756
756
Install using distribution packages for Ubuntu/Debian::
757
757
758
- $ sudo apt-get install python -magnumclient
758
+ $ sudo apt-get install python3 -magnumclient
759
759
760
760
Install using distribution packages for openSUSE and SUSE Enterprise Linux::
761
761
You can’t perform that action at this time.
0 commit comments