Changes between Version 26 and Version 27 of Tutorials/m0SDN/OpenStack
- Timestamp:
- Jun 12, 2023, 4:52:26 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/m0SDN/OpenStack
v26 v27 12 12 To verify if you have loaded Ubuntu 20.04 properly, use this command after ssh into the node1-2 13 13 14 {{{ 15 lsb_release -a 16 }}} 14 {{{lsb_release -a}}} 17 15 18 16 This will list the current version of Ubuntu loaded. … … 45 43 {{{sudo python3 get-pip.py}}} 46 44 47 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 8. Install a Specific Version of the Cryptography Package(there is version conflict with the OpenSSL package automatically installed by dev stack, install the below version to prevent this issue) : 48 46 {{{pip install cryptography==38.0.4}}} 49 47 9. Configure and setup local.conf in dev stack folder according to requirement (either the controller or compute node): … … 62 60 {{{FORCE=yes ./stack.sh}}} 63 61 64 For more: https://docs.openstack.org/watcher/newton/dev/devstack.html 62 For more details related to installation process: https://docs.openstack.org/watcher/newton/dev/devstack.html 63 64 65 65 66 66