Changes between Version 26 and Version 27 of Tutorials/m0SDN/OpenStack


Ignore:
Timestamp:
Jun 12, 2023, 4:52:26 AM (13 months ago)
Author:
jlaxman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/OpenStack

    v26 v27  
    1212To verify if you have loaded Ubuntu 20.04 properly, use this command after ssh into the node1-2
    1313
    14 {{{
    15 lsb_release -a
    16 }}}
     14{{{lsb_release -a}}}
    1715
    1816This will list the current version of Ubuntu loaded.
     
    4543{{{sudo python3 get-pip.py}}}
    4644
    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) :
     458. 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) :
    4846{{{pip install cryptography==38.0.4}}}
    49479. Configure and setup local.conf in dev stack folder according to requirement (either the controller or compute node):
     
    6260{{{FORCE=yes ./stack.sh}}}
    6361
    64 For more: https://docs.openstack.org/watcher/newton/dev/devstack.html
     62For more details related to installation process: https://docs.openstack.org/watcher/newton/dev/devstack.html
     63
     64
    6565
    6666