[11:04] Hello #juju. Need help publishing our charm for review. [11:05] juju review page is showing error [11:05] https://pastebin.ubuntu.com/25138715/ [11:10] The charm pull URL here is incorrect "charm pull ~vtas-hyperscale-ci/xenial/hyperscale-controller-0" [11:11] it should be ~vtas-hyperscale-ci/hyperscale-controller-0 === rogpeppe1 is now known as rogpeppe [13:17] hi pranav_ I was able to pull the charm with 'charm pull cs:~vtas-hyperscale-ci/hyperscale-controller-0' after agreeing to the terms [13:17] pranav_: isn't this what you expected? [13:28] hi all, anyone know the prerequisite to connect juju to an openstack? (not to deploy openstack with juju) [13:28] it seems it's expecting some default things such as a network and flavors I guess [13:32] kjackal: yes. But the review page is showing error and due to that the source is not visible on the review request [13:33] i am trying to push new changes to refresh the review [13:33] https://review.jujucharms.com/reviews/124 [13:35] pranav_: we are in the process of re-structuring the review process. tvansteenburgh (off-line now) may have more on the subject. It might worth asking on the list since I do not know much on the subject [13:36] kjackal: sure will try and follow up. Surprisingly our other reviews were raised just fine. [13:36] kjackal: Thanks for the pointer though. I will follow up :) [17:42] o/ juju world [17:53] stokachu: where do i download the bundle from? [18:00] vasey_: there are openstack bundles in the charm store, check the openstack-base bundle [20:04] hello, I am trying to set values in etcd which is installed via etcd charm [20:04] I am using etcdctl todo that [20:04] any reason whyit would give connection refused? [20:05] etcdctl --endpoint 'https://10.142.0.3:2379' --cert-file /etc/ssl/ovn/client-cert.pem --key-file /etc/ssl/ovn/client-key.pem --ca-file /etc/ssl/ovn/client-ca.pem set /ovn/old_interface 'ens4' [20:05] ^^ the command