Changes between Version 17 and Version 18 of Tutorials/m0SDN/OpenStack
- Timestamp:
- Jun 12, 2023, 4:25:06 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/m0SDN/OpenStack
v17 v18 34 34 {{{sudo ./devstack/tools/create-stack-user.sh}}} 35 35 5. Switch to the Stack User: 36 {{{sudo su stack 37 cd ~}}}36 {{{sudo su stack}}} 37 {{{cd ~}}} 38 38 6. Clone the DevStack Repository (as the Stack User): 39 39 {{{git clone https://git.openstack.org/openstack-dev/devstack}}} 40 40 7. Remove the Existing Python 3 Pip Package (if present and Download and Install the Latest Python 3 Pip Package: 41 41 {{{sudo apt remove python3-pip}}} 42 {{{wget https://bootstrap.pypa.io/get-pip.py 43 sudo python3 get-pip.py}}}42 {{{wget https://bootstrap.pypa.io/get-pip.py}}} 43 {{{sudo python3 get-pip.py}}} 44 44 8. Install a Specific Version of the Cryptography Package(there is version conflict with the OpenSSL package automatic installed by dev stack so better install the this below version) : 45 45 {{{pip install cryptography==38.0.4}}}