Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slice info structure returned from "create" has illegal values #414

Closed
nbastin opened this issue Aug 31, 2015 · 2 comments
Closed

Slice info structure returned from "create" has illegal values #414

nbastin opened this issue Aug 31, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@nbastin
Copy link

nbastin commented Aug 31, 2015

SLICE_EXPIRED must be a boolean and SLICE_DESCRIPTION must be text, according to the spec:

{'SLICE_CREATION': <DateTime '20150831T00:18:00' at 7f3ecdd3fe18>,
 'SLICE_DESCRIPTION': None,
 'SLICE_EXPIRATION': <DateTime '20150901T17:17:53' at 7f3ecdd3fdd0>,
 'SLICE_EXPIRED': None,
 'SLICE_NAME': 'chtest-2',
 'SLICE_PROJECT_URN': 'urn:publicid:IDN+ch.geni.net+project+vts-infra',
 'SLICE_UID': 'e003e2ee-70e9-4a4d-8dfa-0f60829996b8',
 'SLICE_URN': 'urn:publicid:IDN+ch.geni.net:vts-infra+slice+chtest-2',
 '_GENI_PROJECT_UID': '10c88fc8-9d57-4971-8820-5b14323557f5',
 '_GENI_SLICE_EMAIL': None,
 '_GENI_SLICE_OWNER': '8a447f06-8bd5-4f32-8fd6-1a3528e7fa37'}
@tcmitchell
Copy link
Member

See also #397

@tcmitchell
Copy link
Member

Projects suffer from the same problem. expired is None, description is None. Fix that too.

@tcmitchell tcmitchell self-assigned this Sep 2, 2015
@tcmitchell tcmitchell modified the milestones: 2.4, GEC24 Sep 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants