Comment 4 for bug 1646833

Revision history for this message
Vladimir Khlyunev (vkhlyunev) wrote :

OSTF if working fine using received from novaclient parameters; however there is really strange behavior in nova:

https://paste.mirantis.net/show/2843/

NovaClient creates secgroup with "int" id and then fails at validation step; BUT after several ostf debug restarts I got reversed situation - secgroup id was "uuid" and nova traces with "Security group id should be integer"

Really weird that I got following situation once and it was not reproduced:
While debugging I tries "nova secgroup-list" on controller and it shows 4 created by ostf testgroup BUT they does not matches with secgroup showed in horizon. Then I created secgroup using dashboard and it WAS NOT presented in "nova secgroup-list". Then I created secgroup using "nova secgroup-create" -- weird place -- output of the command was completely changed and show all new groups (no one old was present in new output) and here id became uuid type. It looks like we have 2 databases with secgroups.