Skip to content

Commit d0a057c

Browse files
committed
Merge branch 'dev' into staging
2 parents dcf6357 + 12262ef commit d0a057c

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

portal_client.thrift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,8 +612,8 @@ service VirtualMachineService {
612612

613613

614614
void set_metadata_server_data(1:string ip,3:VirtualMachineServerMetadata metadata) throws (1:MetadataServerNotAvailableException m,2:MetadataServerNotAllowedException b)
615-
void remove_metadata_server_data(1:string ip) throws (1:MetadataServerNotAvailableException m,2:MetadataServerNotAllowedException b)
616-
void is_metadata_server_available() throws (1:MetadataServerNotAvailableException m,2:MetadataServerNotAllowedException b)
615+
void remove_metadata_server_data(1:string ip) throws (1:MetadataServerNotAvailableException m,2:MetadataServerNotAllowedException b)
616+
bool is_metadata_server_available() throws (1:MetadataServerNotAvailableException m,2:MetadataServerNotAllowedException b)
617617

618618
/** Delete a backend*/
619619
void delete_backend(

simple_vm_client/VirtualMachineService-remote

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if len(sys.argv) <= 1 or sys.argv[1] == "--help":
8686
" void set_metadata_server_data(string ip, VirtualMachineServerMetadata metadata)"
8787
)
8888
print(" void remove_metadata_server_data(string ip)")
89-
print(" void is_metadata_server_available()")
89+
print(" bool is_metadata_server_available()")
9090
print(" void delete_backend(i64 id)")
9191
print(" add_user_to_backend(i64 backend_id, string user_id)")
9292
print(" get_users_from_backend(i64 backend_id)")

simple_vm_client/VirtualMachineService.py

Lines changed: 28 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)