rohityadavcloud commented on code in PR #11613:
URL: https://github.com/apache/cloudstack/pull/11613#discussion_r2418457974


##########
engine/schema/src/main/resources/META-INF/db/schema-42100to42200.sql:
##########
@@ -38,3 +38,6 @@ CALL 
`cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.backup_repository', 'cross_zone_inst
 -- Updated display to false for password/token detail of the storage pool 
details
 UPDATE `cloud`.`storage_pool_details` SET display = 0 WHERE name LIKE 
'%password%';
 UPDATE `cloud`.`storage_pool_details` SET display = 0 WHERE name LIKE 
'%token%';
+
+CALL `cloud`.`INSERT_EXTENSION_IF_NOT_EXISTS`('MaaS', 'Sample extension for 
Baremetal MaaS written in python', 'MaaS/maas.py');

Review Comment:
   ```suggestion
   CALL `cloud`.`INSERT_EXTENSION_IF_NOT_EXISTS`('MaaS', 'Baremetal Extension 
for Canonical MaaS written in Python', 'MaaS/maas.py');
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to