| commit | 3e9b562d0b1f1815597daa5346ba32ef48f868af | [log] [tgz] |
|---|---|---|
| author | Clark Boylan <clark.boylan@gmail.com> | Wed Jun 14 15:29:47 2017 -0700 |
| committer | Clark Boylan <clark.boylan@gmail.com> | Wed Jun 14 15:35:29 2017 -0700 |
| tree | 288f3176d40bed2f93efe748d2b8ba03567c32b7 | |
| parent | f4b4a79979c22e116964579ef44f8e9bb3713ad2 [diff] |
Actually check if roles are set In the helper functions to check if roles are set and if not add the role and return the id we weren't actually checking if the role was set. The reason for this was we grepped for name values while outputing only uuid values with OSC. Fix for this is straightforward, we just add the --role argument to OSC which will filter for us then we don't have to use a grep on the wrong value type. Change-Id: I2691b347d2a6273100deb4a1750ab353a8e49673