I'm trying to use glance replicator to replicate images from site to another the two sites are using RDO Havana all in one,
I followed this guide
after I got the tokens from site1 and site2 when I execute this command
glance-replicator -v livecopy 172.16.16.177:9292 -M $PRIMARY_AUTH_TOKEN 172.16.16.231:9292 -S $SECONDARY_AUTH_TOKEN
it gives me : replication_livecopy livecopy <fromserver:port> <toserver:port>
Load the contents of one glance instance into another.
fromserver:port: the location of the master glance instance.
toserver:port: the location of the slave glance instance.
ERROR: Bad format of the given arguments.