Remove --admin-password argument from upgrade-ceph command

https://review.openstack.org/#/c/405216/ removes this parameter so
we have to update tests

Change-Id: I4cba2567f585c891ac8cebd94914b84c604100cb
Depends-on: I37365b134e10e429f82fbbaff341ed04b31030b9
This commit is contained in:
Vladimir Khlyunev 2016-12-05 13:19:46 +04:00
parent c1c5db645f
commit 28ff7a4c5d
1 changed files with 1 additions and 3 deletions

View File

@ -30,7 +30,6 @@ import six
from fuelweb_test import logger
from fuelweb_test.helpers.utils import YamlEditor
from fuelweb_test.settings import KEYSTONE_CREDS
from fuelweb_test.settings import OPENSTACK_RELEASE
from fuelweb_test.settings import OPENSTACK_RELEASE_UBUNTU
from fuelweb_test.settings import UPGRADE_FUEL_FROM
@ -391,8 +390,7 @@ class OSUpgradeBase(DataDrivenUpgradeBase):
self.show_step(self.next_step)
self.ssh_manager.check_call(
ip=self.ssh_manager.admin_ip,
command="octane upgrade-osd --admin-password {0} {1} {2}".format(
KEYSTONE_CREDS['password'],
command="octane upgrade-osd {0} {1}".format(
self.orig_cluster_id,
seed_cluster_id),
error_info="octane upgrade-osd failed"