You can soft or hard reboot a running instance.
A soft reboot attempts a graceful shut down and restart of the instance. A hard reboot power cycles the instance.
Soft reboot - 기본 리부팅 / 정상종료
Hard reboot - 강제로 전원 off / on
# nova reboot SERVER
# nova reboot --hard SERVER
※ 주의
아래처럼 nova-compute 설정파일을 수정하고나서 적용을 위해 인스턴스를 재부팅을 하더라도 soft reboot 경우에는 반영이 되지 않음
hard reboot 명령어로 적용가능