VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
455 stars 216 forks source link

RabbitMQ-VOLTTRON:Pointing to a new volttron home and starting volttron fails #1802

Closed schandrika closed 5 years ago

schandrika commented 5 years ago

Pointing to a new volttron home directory and running ./start-volttron fails because RMQMgmt class is being instantiated always, which in turn expects a volttron instance name in the config. So code throws an error "No instance name is configured". This is not a ZMQ requirement and hence a user should be able to start-volttron with ZMQ without a volttron config file.

shwethanidd commented 5 years ago

Closing old issue