'designate server-create' command gives output with incorrect field-value pair.

Bug #1512237 reported by sonu
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
python-designateclient
Triaged
Medium
Tim Simmons

Bug Description

while creating server with 'designate server-create" command , we get
output with id and updated_at fields containing incorrect values.

$ designate server-create --name ns1.example.net.

+------------+--------------------------------------+
| Field | Value |
+------------+--------------------------------------+
| id | None |
| created_at | 2015-11-02T06:05:14.000000 |
| updated_at | b0917d6e-1916-47c2-94c1-46d691ee9c54 |
| name | ns1.example.net. |
+------------+--------------------------------------+

I think id and updated at field values should be should be swapped with each other
as id is set with the value of updated_at field and vice-versa.

Revision history for this message
Tim Simmons (timsim) wrote :

This needs further investigation.

affects: designate → python-designateclient
Changed in python-designateclient:
assignee: nobody → Tim Simmons (tim-simmons-t)
Tim Simmons (timsim)
Changed in python-designateclient:
status: New → Triaged
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.