No need to not wait for nonexistent nrpe

This commit is contained in:
Ryan Beisner 2016-02-12 21:24:20 +00:00
parent 9721ce8006
commit afd390b3ed
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class CephBasicDeployment(OpenStackAmuletDeployment):
self._deploy()
u.log.info('Waiting on extended status checks...')
exclude_services = ['mysql', 'nrpe']
exclude_services = ['mysql']
# Wait for deployment ready msgs, except exclusions
self._auto_wait_for_status(exclude_services=exclude_services)