Fix deployment id

This commit is contained in:
vic 2013-03-18 04:14:50 +04:00
parent 24e905e6ed
commit 56a90ac1a5
6 changed files with 6 additions and 6 deletions

View File

@ -235,7 +235,7 @@ class ConfigYaml
end
def deployment_id()
self.obligatory('nodes')
self.obligatory('deployment_id')
end
end

View File

@ -258,7 +258,7 @@ $quantum_sql_connection = "mysql://${quantum_db_user}:${quantum_db_password}@${
# This parameter specifies the the identifier of the current cluster. This is needed in case of multiple environments.
# installation. Each cluster requires a unique integer value.
# Valid identifier range is 0 to 254
# Valid identifier range is 1 to 254
$deployment_id = '79'
# Below you can enable or disable various services based on the chosen deployment topology:

View File

@ -269,7 +269,7 @@ class node_netconfig (
# This parameter specifies the the identifier of the current cluster. This is needed in case of multiple environments.
# installation. Each cluster requires a unique integer value.
# Valid identifier range is 0 to 254
# Valid identifier range is 1 to 254
$deployment_id = '79'
# Below you can enable or disable various services based on the chosen deployment topology:

View File

@ -299,7 +299,7 @@ class node_netconfig (
# This parameter specifies the the identifier of the current cluster. This is needed in case of multiple environments.
# installation. Each cluster requires a unique integer value.
# Valid identifier range is 0 to 254
# Valid identifier range is 1 to 254
$deployment_id = '79'
# Below you can enable or disable various services based on the chosen deployment topology:

View File

@ -278,7 +278,7 @@ class node_netconfig (
# This parameter specifies the the identifier of the current cluster. This is needed in case of multiple environments.
# installation. Each cluster requires a unique integer value.
# Valid identifier range is 0 to 254
# Valid identifier range is 1 to 254
$deployment_id = '89'
# Below you can enable or disable various services based on the chosen deployment topology:

View File

@ -235,7 +235,7 @@ class node_netconfig (
# This parameter specifies the the identifier of the current cluster. This is needed in case of multiple environments.
# installation. Each cluster requires a unique integer value.
# Valid identifier range is 0 to 254
# Valid identifier range is 1 to 254
$deployment_id = '79'
# Below you can enable or disable various services based on the chosen deployment topology: