You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
When using the --pretend flag to examine the possible outcome of a commit, a second --pretend will result in the group-default plugin becoming inconsistent and requiring a restart.
$ ./infrakit group commit oneview.json --pretend
Committing oneview would involve: Managing 4 instances
$ ./infrakit group commit oneview.json --pretend
Committing oneview would involve: Noop
$ ./infrakit group commit oneview.json
Committed oneview: Noop
The --pretend appears to change the internal state to "committed" resulting in actual changes not being performed afterwards.