2019-12-24 TIL

문제 상황


오픈스택 cli로 이미지를 업로드 해야함.


문제 해결


  • openstack image create --unprotected --public --disk-format raw --container-format bare --file ubuntu-backup.raw ubuntu-backup.raw
    • ubuntu-backup.raw 는 파일명

위 명령어를 입력하면 오픈스택에 이미지가 업로드 된다.


Reference


Comments