Fix HIMN_IP typo

Change-Id: I21347b9adb4ab7e43dd49f6a05a7f42249f0b45b
This commit is contained in:
John Hua 2016-02-24 13:22:12 +08:00
parent 3cfd23c9c1
commit 7cdd4ddcf3
1 changed files with 1 additions and 1 deletions

View File

@ -326,4 +326,4 @@ if __name__ == '__main__':
create_novacompute_conf(HIMN_IP, username, password, public_ip)
restart_nova_services()
install_logrotate_script(himn_xs, username, password)
install_logrotate_script(HIMN_IP, username, password)