Remove the unnecessary register.yml from upgrade.yml for Nova

upgrade action no need to create endpoint, project, user, and role.
so the register.yml is unnecessary for upgrade.yml. this patch to
remove it.

Change-Id: I7e8d2c03cc596a551cd3e4b9b5214098d666f7ca
Closes-Bug: #1737071
Co-Authored-By: chenqiaomin <chen.qiaomin@99cloud.net>
This commit is contained in:
caoyuan 2017-12-08 09:47:01 +08:00
parent 3929071422
commit b1c15af95d
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@
- include: bootstrap_service.yml
- include: register.yml
- name: Checking if conductor container needs upgrading
kolla_docker:
action: "compare_image"