Changes between Version 8 and Version 9 of Tutorials/m0SDN/OpenStack
- Timestamp:
- Jun 9, 2023, 3:44:28 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/m0SDN/OpenStack
v8 v9 9 9 10 10 {{{ 11 omf tell -t node1-2 -a offh 12 }}} 13 14 {{{ 15 omf tell -t node1-2 -a offh 16 }}} 17 11 omf load -t node1-2 -i baseline20.04.ndz 12 }}} 13 14 {{{ 15 omf tell -t node1-2 -a on 16 }}} 17 18 To verify if you have loaded Ubuntu 20.04 properly, use this command once you ssh into the node1-2 {{lsb_release -a}}, this will list the version of Ubuntu. 18 19 19 20 === Set up an OpenStack development environment via DevStack ===