Based on the checkin times in your post, it looks like time is out of sync
between your nodes. The one reporting down is reporting time in the future. I
would install ntp and make sure the clocks are in sync.
Vish
On Mar 25, 2015, at 2:33 AM, Kamsali, RaghavendraChari (Artesyn)
wrote:
>
>
You need to remove the old .pyc files in the migrate_repo/versions directory. I
have an alias in my .gitconfig to allow me to checkout a branch and delete pycs
in one command:
[alias]
cc = !"TOP=$(git rev-parse --show-toplevel); find $TOP -name '*.pyc'
-delete; git-checkout”
so i can do:
IIRC glance uses owner instead of project_id as the field in various places
representing the tenant that owns the object. Perhaps you might try
“project_id:%(owner)s”
Vish
On May 2, 2014, at 7:21 AM, Michael Hearn wrote:
> Having played with the policies and rules within glance's policy.json
Get password only works if you have something in the guest generating the
encrypted password and posting it to the metadata server. Cloud-init for
windows (the primary use case) will do this for you. You can do something
similar for ubuntu using this script:
https://gist.github.com/vishvananda/400