Comment 2 for bug 1387872

Revision history for this message
Antonio Rosales (arosales) wrote :

@Johnny,

https://jujucharms.com/u/ibm-demo/openvpn-as/trusty/0 is not a recommended charm, but a personal name space charm. In this case openVPN sits in the ibm-demo namespace in a Trusty branch.

The syntax to deploy a username space charm is:
juju deploy cs:~<user-name>/<series>/<charm-name>

To deploy the openvpn-as charm you would execute the following command:
juju deploy cs:~ibm-demo/trusty/ openvpn-as

One other note. You may have noticed the following charms:
https://jujucharms.com/openvpn-as/precise/6
https://jujucharms.com/openvpn/precise/2

and tried to deploy these but get a "charm not found." The most likely reason is that your Juju environment is set to a Trusty series, and these charms are Precise. This is important for Power8LE users to take not of as Power8LE on Ubuntu is only supported on Trusty and greater.

Thanks for taking a look at this bug, and please feel free to comment here if you have any other questions or ideas you would like to discuss on a fix for this issue.

-thanks,
Antonio