Changes between Version 17 and Version 18 of Tutorials/m0SDN/OpenStack


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

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/OpenStack

    v17 v18  
    3434{{{sudo ./devstack/tools/create-stack-user.sh}}}
    35355. Switch to the Stack User:
    36 {{{sudo su stack
    37 cd ~}}}
     36{{{sudo su stack}}}
     37{{{cd ~}}}
    38386. Clone the DevStack Repository (as the Stack User):
    3939{{{git clone https://git.openstack.org/openstack-dev/devstack}}}
    40407. Remove the Existing Python 3 Pip Package (if present and Download and Install the Latest Python 3 Pip Package:
    4141{{{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}}}
    44448. 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) :
    4545{{{pip install cryptography==38.0.4}}}