Change the type of 'bit_length' from string to integer.

Change-Id: I8a94d068112bb7a0558b63a19ee5b6eae62bfc7b
Closes-Bug: #1534436
This commit is contained in:
Eric-Xie 2016-03-03 10:39:26 +08:00
parent 5219ec87fc
commit 2058d55808

View File

@ -251,7 +251,7 @@ use this generated secret to create a Stored Key Order.
"type": "asymmetric",
"meta": {
"algorithm": "rsa",
"bit_length": "2048"
"bit_length": 2048
}
}' http://localhost:9311/v1/orders
@ -278,7 +278,7 @@ We can retrieve the reference to the container containing the RSA key pair from
"order_ref": "http://localhost:9311/v1/orders/cb3c43d6-e30c-40c0-b28c-b0dd58a6209d",
"meta": {
"algorithm": "rsa",
"bit_length": "2048"
"bit_length": 2048
},
"type": "asymmetric"
}