-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turns out nil is a valid cpi_api_version, the bosh
looks for info command to determine cpi_api_version, so on first call it is nil, this will cause error on info rpc call that then causes BOSH to uses cpi_api_version = 1 which tne causes cascading effect as info rpc is called at beginning of all cpi commands. Nil is considered a value in ruby so we don't get default of 1, then we raise error on info call
- Loading branch information
Showing
2 changed files
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters