diff --git a/etc/rpc_deploy/user_variables.yml b/etc/rpc_deploy/user_variables.yml index 31f2486f18..bc2209fb22 100644 --- a/etc/rpc_deploy/user_variables.yml +++ b/etc/rpc_deploy/user_variables.yml @@ -92,7 +92,7 @@ maas_username: "{{ rackspace_cloud_username }}" maas_api_key: "{{ rackspace_cloud_api_key }}" maas_auth_token: some_token maas_api_url: https://monitoring.api.rackspacecloud.com/v1.0/{{ rackspace_cloud_tenant_id }} -maas_notification_plan: npTechnicalContactsEmail +maas_notification_plan: npManaged # By default we will create an agent token for each entity, however if you'd # prefer to use the same agent token for all entities then specify it here #maas_agent_token: some_token diff --git a/scripts/cloudserver-aio.sh b/scripts/cloudserver-aio.sh index d9ea7be561..932228dd51 100755 --- a/scripts/cloudserver-aio.sh +++ b/scripts/cloudserver-aio.sh @@ -206,7 +206,7 @@ maas_username: "{{ rackspace_cloud_username }}" maas_api_key: "{{ rackspace_cloud_api_key }}" maas_auth_token: some_token maas_api_url: https://monitoring.api.rackspacecloud.com/v1.0/{{ rackspace_cloud_tenant_id }} -maas_notification_plan: npTechnicalContactsEmail +maas_notification_plan: npManaged # By default we will create an agent token for each entity, however if you'd # prefer to use the same agent token for all entities then specify it here #maas_agent_token: some_token