projectatomic / vagrant-service-manager

To provide the user a CLI to configure the ADB/CDK for different use cases and to provide glue between ADB/CDK and the user's developer environment.
GNU General Public License v2.0
18 stars 16 forks source link

Openshift service failed message on vagrant up although it is running after vagrant up process #409

Closed coolbrg closed 8 years ago

coolbrg commented 8 years ago

The openshift service can be started through the plugin using the configuration as:

config.servicemanager.services = "openshift"

However, using so, I am getting wrong message as "Openshift service failed to configure properly..." even though the status of openshift service is "running" after "vagrant up" process.

Steps to Reproduce