6131e66bee
When new nova-compute units are added to Ceph-backed clouds, cephx keys are temporarily reverted back to the wrong (old) key value. This happens due to a race condition between the client hooks of nova-compute and ceph-mon. Details can be found in LP#2125295. This patch ensures that nova-compute sends the application name value early on to ensure the race condition does not occur. Closes-Bug: #2125295 Change-Id: Ibdd5ccdd6d26b5d72dd80ed54bd90b38d5c99ceb Signed-off-by: Alejandro Santoyo <alejandro.santoyo@canonical.com>