blob: 72c9a830965ae45bc9121635296ecbc955c146c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{{user_name|default:"Developer"}},
{% if owner %}
The booking you requested from the OPNFV Lab as a Service is about to expire.
{% else %}
The booking you collaborate on at the OPNFV Lab as a Service is about to expire.
{% endif %}
booking information:
start: {{booking.start}}
end: {{booking.end}}
machines:
{% for host in hosts %}
- {{host}}
{% endfor %}
purpose: {{booking.purpose}}
You may visit the following link for more information:
{{booking_url}}
Please take the time to backup all data or extend the booking if needed.
Thank you for contributing to the OPNFV platform!
- The Lab-as-a-Service team
|