We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5e86f commit 0ddd9c1Copy full SHA for 0ddd9c1
1 file changed
engine/schema/src/main/resources/META-INF/db/schema-42100to42200.sql
@@ -39,5 +39,5 @@ CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.backup_repository', 'cross_zone_inst
39
UPDATE `cloud`.`storage_pool_details` SET display = 0 WHERE name LIKE '%password%';
40
UPDATE `cloud`.`storage_pool_details` SET display = 0 WHERE name LIKE '%token%';
41
42
-CALL `cloud`.`INSERT_EXTENSION_IF_NOT_EXISTS`('MaaS', 'Sample extension for Baremetal MaaS written in python', 'MaaS/maas.py');
+CALL `cloud`.`INSERT_EXTENSION_IF_NOT_EXISTS`('MaaS', 'Baremetal Extension for Canonical MaaS written in Python', 'MaaS/maas.py');
43
CALL `cloud`.`INSERT_EXTENSION_DETAIL_IF_NOT_EXISTS`('MaaS', 'orchestratorrequirespreparevm', 'true', 0);
0 commit comments