Changes between Version 19 and Version 20 of Tutorials/m0SDN/OpenStack
- Timestamp:
- Jun 12, 2023, 4:26:44 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/m0SDN/OpenStack
v19 v20 35 35 5. Switch to the Stack User: 36 36 {{{sudo su stack}}} 37 38 37 39 {{{cd ~}}} 38 40 6. Clone the DevStack Repository (as the Stack User): … … 40 42 7. Remove the Existing Python 3 Pip Package (if present and Download and Install the Latest Python 3 Pip Package: 41 43 {{{sudo apt remove python3-pip}}} 44 45 42 46 {{{wget https://bootstrap.pypa.io/get-pip.py}}} 47 48 43 49 {{{sudo python3 get-pip.py}}} 50 44 51 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 52 {{{pip install cryptography==38.0.4}}} 46 53 9. Configure and setup local.conf in dev stack folder according to requirement (either the controller or compute node): 54 47 55 {{{cd devstack/samples }}} 56 57 48 58 {{{cp local.conf ../}}} 59 60 49 61 {{{cd ../}}} 50 62