charmed-osm / layer-sshproxy

A Juju layer to ease development of proxy charms
3 stars 2 forks source link

Import missing dependency (traceback) #5

Closed davigar15 closed 5 years ago

davigar15 commented 5 years ago

The traceback was used but not imported. this PR should fix that.

davigar15 commented 5 years ago

Until now, when the proxycharm was installed correctly, after that, the VM was instantiated in the VIM. That was causing an inevitable message in the charm: Verification failed:, mainly because the machine didn't have time to start.

That message is a bit confusing, because it seems that something has failed.

Because of that, I propose to change it to Remote machine not ready yet, which is a bit less drastic.

Regards, David

AdamIsrael commented 5 years ago

Thanks David!