Keystone error

2015-06-15 Thread dinesh.senapaty
Hi ,


   We have been trying to deploy keystone charm using juju-gui ( the 
environment being manual provisioning ). When we relate mysql with keystone 
we always get an error  Hook Failed- shared db changed . When we tried to 
debug this we found, juju takes the os endpoint different than the one it 
should actually take. Need your help.


Thanks,

Dinesh


The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. WARNING: Computer viruses can be transmitted via email. The 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any virus 
transmitted by this email. www.wipro.com
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


like go test, but faster

2015-06-15 Thread Nate Finch
Russ Cox has an experimental command called gt, which replaces the go test
tool, and caches test output when you run it.  The next time you run gt, if
none of the files in a package have changed and none of the files of
packages it depends on have changed, then gt will just reprint the cached
output.

You can install it with a simple go get rsc.io/gt.  Right not it seems like
it doesn't work with -race or -cover, but for running the full test suite
it's pretty amazing.

-Nate
-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: like go test, but faster

2015-06-15 Thread Martin Packman
On 15/06/2015, Nate Finch nate.fi...@canonical.com wrote:
 Russ Cox has an experimental command called gt, which replaces the go test
 tool, and caches test output when you run it.  The next time you run gt, if
 none of the files in a package have changed and none of the files of
 packages it depends on have changed, then gt will just reprint the cached
 output.

Shame that the code not having changed isn't a good indicator of
whether a passing test will fail next run with juju:

https://bugs.launchpad.net/juju-core/+bugs?field.tag=intermittent-failure

1 → 75 of 108 results...

Martin

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: Keystone error

2015-06-15 Thread Felipe Reyes
On Mon, 15 Jun 2015 09:51:22 +
dinesh.senap...@wipro.com wrote:

We have been trying to deploy keystone charm using juju-gui
 ( the environment being manual provisioning ). When we relate mysql
 with keystone we always get an error  Hook Failed- shared db changed
 . When we tried to debug this we found, juju takes the os endpoint
 different than the one it should actually take. Need your help.

Could you share the log of you keystone unit?, it should be located
under /var/log/juju/unit*.log

Thanks,
-- 
Felipe Reyes
Software Sustaining Engineer @ Canonical
STS Engineering Team
# Email: felipe.re...@canonical.com (GPG:0x9B1FFF39)
# Phone: +56 9 7640 7887
# Launchpad: ~freyes | IRC: freyes

-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju