De-CamelCase nova compute RAs

All the other RAs are lowercase and hyphenated, so make NovaCompute and
NovaEvacuate consistent with those.

Any distro-specific code which assumes the CamelCase versions can easily
have their packages tweaked accordingly to still install the files using
the old versions, or to install the old names as symlinks to the new
ones.  So this shouldn't cause any significant disruption.

Closes-Bug: #1557666
Change-Id: I9c18cbe45ea2559611e4571b8ee378ea0ae3723f
This commit is contained in:
Adam Spiers 2016-03-15 17:09:31 +00:00
parent 35282eb288
commit 4874d7699d
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
#
#
# NovaCompute agent manages compute daemons.
# nova-compute agent manages compute daemons.
#
# Copyright (c) 2015
#
@ -41,7 +41,7 @@ meta_data() {
cat <<END
<?xml version="1.0"?>
<!DOCTYPE resource-agent SYSTEM "ra-api-1.dtd">
<resource-agent name="NovaCompute" version="1.0">
<resource-agent name="nova-compute" version="1.0">
<version>1.0</version>
<longdesc lang="en">

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
#
# NovaEvacuate agent manages evacuation of nodes running nova-compute.
# nova-evacuate agent manages evacuation of nodes running nova-compute.
#
# Copyright (c) 2015
#
@ -41,7 +41,7 @@ meta_data() {
cat <<END
<?xml version="1.0"?>
<!DOCTYPE resource-agent SYSTEM "ra-api-1.dtd">
<resource-agent name="NovaEvacuate" version="1.0">
<resource-agent name="nova-evacuate" version="1.0">
<version>1.0</version>
<longdesc lang="en">