From 706ad1eee26713531870b4f3309b8684efd80ad8 Mon Sep 17 00:00:00 2001 From: gspindles Date: Mon, 24 Feb 2014 23:51:19 -0600 Subject: [PATCH] added quotation marks to yaml fields so they are strings(...?) --- meetings/nova-bug-scrub-meeting.yaml | 18 +++++------ meetings/nova-team-meeting.yaml | 30 +++++++++---------- ...ck-project-and-release-status-meeting.yaml | 22 +++++++------- meetings/technical-committee-meeting.yaml | 26 ++++++++-------- meetings/xenapi-team-meeting.yaml | 24 +++++++-------- 5 files changed, 60 insertions(+), 60 deletions(-) diff --git a/meetings/nova-bug-scrub-meeting.yaml b/meetings/nova-bug-scrub-meeting.yaml index 7985e342..15397578 100644 --- a/meetings/nova-bug-scrub-meeting.yaml +++ b/meetings/nova-bug-scrub-meeting.yaml @@ -1,13 +1,13 @@ -project: Nova Bug Scrub Meeting +project: 'Nova Bug Scrub Meeting' uuid: schedule: - - time: 1630 UTC - day: Wednesday - irc: openstack-meeting-3 - period: weekly -chair: Tracy Jones + - time: '1630 UTC' + day: 'Wednesday' + irc: 'openstack-meeting-3' + period: 'weekly' +chair: 'Tracy Jones' description: 'This is a weekly meeting review Nova Bugs. The initial focus will be on triaging bugs in the New state and ensuring that critical bugs are making progress. Once the New queue is under control we will switch our focus to reviewing incomplete bugs, removing assignees from stale bugs so others can pick them up (especially low hanging fruit)' agenda: - - triage new - - review critical - - open discussion \ No newline at end of file + - 'triage new' + - 'review critical' + - 'open discussion' \ No newline at end of file diff --git a/meetings/nova-team-meeting.yaml b/meetings/nova-team-meeting.yaml index 78a31899..d6762d27 100644 --- a/meetings/nova-team-meeting.yaml +++ b/meetings/nova-team-meeting.yaml @@ -1,20 +1,20 @@ -project: Nova Team Meeting +project: N'ova Team Meeting' uuid: schedule: - - time: 1400 UTC - day: Thursday - irc: openstack-meeting-alt - period: weekly + - time: '1400 UTC' + day: 'Thursday' + irc: 'openstack-meeting-alt' + period: 'weekly' - - time: 2100 UTC - day: Thursday - irc: openstack-meeting - period: weekly -chair: Russell Bryant + - time: '2100 UTC' + day: 'Thursday' + irc: 'openstack-meeting' + period: 'weekly' +chair: 'Russell Bryant' description: 'This meeting is a weekly gathering of developers working on OpenStack Compute (Nova). We cover topics such as release planning and status, bugs, reviews, and other current topics worthy of real-time discussion.' agenda: - - general annoucement - - sub-teams - - bugs - - blueprints - - open discussion \ No newline at end of file + - 'general annoucement' + - 'sub-teams' + - 'bugs' + - 'blueprints' + - 'open discussion' \ No newline at end of file diff --git a/meetings/openstack-project-and-release-status-meeting.yaml b/meetings/openstack-project-and-release-status-meeting.yaml index 601e1301..622367fc 100644 --- a/meetings/openstack-project-and-release-status-meeting.yaml +++ b/meetings/openstack-project-and-release-status-meeting.yaml @@ -1,14 +1,14 @@ -project: OpenStack Project and Release Status Meeting +project: 'OpenStack Project and Release Status Meeting' uuid: schedule: - - time: 2100 UTC - day: Tuesday - irc: openstack-meeting - period: weekly -chair: Thierry Carrez -description: The whole OpenStack Team holds a public weekly Project and Release Status meeting. Everyome is encouraged to attend. + - time: '2100 UTC' + day: 'Tuesday' + irc: 'openstack-meeting' + period: 'weekly' +chair: 'Thierry Carrez' +description: 'The whole OpenStack Team holds a public weekly Project and Release Status meeting. Everyome is encouraged to attend.' agenda: - - icehouse-3 progress - - red flag district (or blocked blueprints) - - incubated projects - - open discussion \ No newline at end of file + - 'icehouse-3 progress' + - 'red flag district (or blocked blueprints)' + - 'incubated projects' + - 'open discussion' \ No newline at end of file diff --git a/meetings/technical-committee-meeting.yaml b/meetings/technical-committee-meeting.yaml index 8a4e6ffe..940f2e8f 100644 --- a/meetings/technical-committee-meeting.yaml +++ b/meetings/technical-committee-meeting.yaml @@ -1,18 +1,18 @@ -project: Technical Committee Meeting +project: 'Technical Committee Meeting' uuid: schedule: - - time: 2000 UTC - day: Tuesday - irc: openstack-meeting - period: weekly -chair: Thierry Carrez + - time: '2000 UTC' + day: 'Tuesday' + irc: 'openstack-meeting' + period: 'weekly' +chair: 'Thierry Carrez' description: 'The OpenStack Technical Committee is one of the governing bodies of the OpenStack project. It is an elected group that represents the contributors to the project, and has oversight on all technical matters.' agenda: - - progress on DefCore feedback - - creating key distribution service (KDS) under identity program + - 'progress on DefCore feedback' + - 'creating key distribution service (KDS) under identity program' - 'integrated projects and new requirements: Neutron' - - minor_govermance_changes: - - add oslo.test to the Oslo program - - add Infrastructure Program mission - - Oslo program changes (oslo.vmware addition) - - open discussion \ No newline at end of file + - minor-govermance-changes: + - 'add oslo.test to the Oslo program' + - 'add Infrastructure Program mission' + - 'Oslo program changes (oslo.vmware addition)' + - 'open discussion' \ No newline at end of file diff --git a/meetings/xenapi-team-meeting.yaml b/meetings/xenapi-team-meeting.yaml index 0b0bc1b4..5e5de9d1 100644 --- a/meetings/xenapi-team-meeting.yaml +++ b/meetings/xenapi-team-meeting.yaml @@ -1,17 +1,17 @@ -project: XenAPI Team Meeting +project: 'XenAPI Team Meeting' uuid: schedule: - - time: 1500 UTC - day: Wednesday - irc: openstack-meeting - period: weekly -chair: John Garbutt -description: Meeting to discuss the status of Blueprints and bugs relating to the XenAPI layer. + - time: '1500 UTC' + day: 'Wednesday' + irc: 'openstack-meeting' + period: 'weekly' +chair: 'John Garbutt' +description: 'Meeting to discuss the status of Blueprints and bugs relating to the XenAPI layer.' agenda: - - actions from last meeting + - 'actions from last meeting' - blueprints: - - discuss Icehouse-2 progress - - bugs_and_QA: + - 'discuss Icehouse-2 progress' + - bugs-and-QA: - 'https://bugs.launchpad.net/nova/+bugs?field.tag=xenserver' - - gating progress - - open discussion \ No newline at end of file + - 'gating progress' + - 'open discussion' \ No newline at end of file